Commit 46ea0f6
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
2 files changed
+1606
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments