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
Viper 1.3.2 is not goroutine safe and causes race conditions for any code using Set/Get from multiple goroutines. Packages that use both cobra and viper are forced to use the unsafe version of viper.
The text was updated successfully, but these errors were encountered:
Viper 1.3.2 is not goroutine safe and causes race conditions for any code using Set/Get from multiple goroutines. Packages that use both cobra and viper are forced to use the unsafe version of viper.
The text was updated successfully, but these errors were encountered: