-
Notifications
You must be signed in to change notification settings - Fork 56
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
"make updatedeps" failing #62
Comments
I also just got an E-mail from github:
|
I get the same error:
Is there any solution to this? |
GO111MODULE=off go get -u github.com/mitchellh/gox Is it an error of dependencies? |
Platform: macOS 12.2.1, go version go1.17.6 darwin/amd64
I'm not sure whether this is fundamentally a problem with vault-ssh-helper or one of its upstream go libraries (and if so which one), so I thought I'd raise it here first.
I get the same error on an Ubuntu system, go version go1.16.6 linux/amd64.
I note that go.mod references
github.com/hashicorp/vault/api v1.0.5-0.20200608151603-eb666e94bdb4
,butworks without errors. So does this:
The text was updated successfully, but these errors were encountered: