Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: bump go-immutable-radix to v1.3.1 #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sean-
Copy link

@sean- sean- commented Apr 15, 2024

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

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
```
Copy link

hashicorp-cla-app bot commented Apr 15, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant