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

Commits on Apr 15, 2024

  1. 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
    ```
    sean- committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b3a7256 View commit details
    Browse the repository at this point in the history