diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/spf13/viper/Makefile --- a/vendor/github.com/spf13/viper/Makefile Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/github.com/spf13/viper/Makefile Tue Aug 23 22:39:43 2022 +0200 @@ -15,8 +15,8 @@ endif # Dependency versions -GOTESTSUM_VERSION = 1.6.4 -GOLANGCI_VERSION = 1.40.1 +GOTESTSUM_VERSION = 1.8.0 +GOLANGCI_VERSION = 1.45.2 # Add the ability to override some variables # Use with care