You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Versions 2.14.0 and 2.20.0 of mockery fail to build on AIX like so:
due to an issue fixed in github.com/spf13/viper@v1.14.0: spf13/viper#1416
The text was updated successfully, but these errors were encountered: