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

Need viper 1.14 for AIX #551

Closed
scentoni opened this issue Feb 18, 2023 · 1 comment · Fixed by #552
Closed

Need viper 1.14 for AIX #551

scentoni opened this issue Feb 18, 2023 · 1 comment · Fixed by #552

Comments

@scentoni
Copy link

Versions 2.14.0 and 2.20.0 of mockery fail to build on AIX like so:

$ go install github.com/vektra/mockery/v2@v2.20.0
# github.com/spf13/viper
../../go/pkg/mod/github.com/spf13/viper@v1.12.0/viper.go:457:33: watcher.Events undefined (type *fsnotify.Watcher has no field or method Events)
../../go/pkg/mod/github.com/spf13/viper@v1.12.0/viper.go:484:31: watcher.Errors undefined (type *fsnotify.Watcher has no field or method Errors)

due to an issue fixed in github.com/spf13/viper@v1.14.0: spf13/viper#1416

LandonTClipp added a commit that referenced this issue Feb 21, 2023
@LandonTClipp LandonTClipp mentioned this issue Feb 21, 2023
21 tasks
@scentoni
Copy link
Author

Thank you!

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 a pull request may close this issue.

1 participant