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 vet fails for library github.com/hashicorp/vault v1.18.3 with error "undefined: logical.EventMetadataPath" #29261

Open
pulkits15 opened this issue Dec 26, 2024 · 0 comments

Comments

@pulkits15
Copy link

pulkits15 commented Dec 26, 2024

Describe the bug
On trying to use library github.com/hashicorp/vault v1.18.3, go vet starts failing with error :

# 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. Import library github.com/hashicorp/vault v1.18.3 in a Go module with Go version 1.22.10
  2. Run go vet

Additional context
This PR is most probably the root cause - https://github.com/hashicorp/vault/pull/29130/files

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

No branches or pull requests

1 participant