We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On trying to use library github.com/hashicorp/vault v1.18.3, go vet starts failing with error :
go vet
# github.com/hashicorp/vault/vault/eventbus vendor/github.com/hashicorp/vault/vault/eventbus/bus.go:43:11: undefined: logical.EventMetadataPath
To Reproduce Steps to reproduce the behavior:
1.22.10
Additional context This PR is most probably the root cause - https://github.com/hashicorp/vault/pull/29130/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On trying to use library github.com/hashicorp/vault v1.18.3,
go vet
starts failing with error :To Reproduce
Steps to reproduce the behavior:
1.22.10
go vet
Additional context
This PR is most probably the root cause - https://github.com/hashicorp/vault/pull/29130/files
The text was updated successfully, but these errors were encountered: