Skip to content

Commit 46ea0f6

Browse files
committed
go.mod: bump go-immutable-radix to v1.3.1
Fixes errors in tooling that relies on the existing `go.mod` file: ``` pkg/darwin_arm64/github.com/armon/go-metrics/metrics.go, line 8, column 2: could not import github.com/hashicorp/go-immutable-radix (open : no such file or directory) pkg/darwin_arm64/github.com/armon/go-metrics/metrics.go, line 166, column 13: undefined: iradix pkg/darwin_arm64/github.com/armon/go-metrics/start.go, line 37, column 17: undefined: iradix ```
1 parent 70e93f8 commit 46ea0f6

File tree

2 files changed

+1606
-8
lines changed

2 files changed

+1606
-8
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/hashicorp/go-metrics
33
go 1.12
44

55
require (
6-
github.com/DataDog/datadog-go v3.2.0+incompatible
6+
github.com/DataDog/datadog-go v4.8.3+incompatible
77
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
88
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
9-
github.com/golang/protobuf v1.4.3
9+
github.com/golang/protobuf v1.5.4
1010
github.com/hashicorp/go-immutable-radix v1.3.1
1111
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
12-
github.com/pascaldekloe/goe v0.1.0
13-
github.com/prometheus/client_golang v1.11.1
14-
github.com/prometheus/client_model v0.2.0
15-
github.com/prometheus/common v0.26.0
12+
github.com/pascaldekloe/goe v0.1.1
13+
github.com/prometheus/client_golang v1.19.1
14+
github.com/prometheus/client_model v0.6.1
15+
github.com/prometheus/common v0.55.0
1616
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
1717
)
1818

0 commit comments

Comments
 (0)