Skip to content

Commit b3a7256

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 9d55fb2 commit b3a7256

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
88
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
99
github.com/golang/protobuf v1.3.2
10-
github.com/hashicorp/go-immutable-radix v1.0.0
10+
github.com/hashicorp/go-immutable-radix v1.3.1
1111
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
1212
github.com/pascaldekloe/goe v0.1.0
1313
github.com/prometheus/client_golang v1.4.0
@@ -17,4 +17,4 @@ require (
1717
)
1818

1919
// Introduced undocumented breaking change to metrics sink interface
20-
retract v0.3.11
20+
retract v0.3.11

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ github.com/hashicorp/go-cleanhttp v0.5.0 h1:wvCrVc9TjDls6+YGAF2hAifE1E5U1+b4tH6K
3838
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
3939
github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=
4040
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
41+
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=
42+
github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
4143
github.com/hashicorp/go-retryablehttp v0.5.3 h1:QlWt0KvWT0lq8MFppF9tsJGF+ynG7ztc2KIPhzRGk7s=
4244
github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs=
4345
github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM=

0 commit comments

Comments
 (0)