vendor/github.com/spf13/viper/go.mod
changeset 262 8d3354485fc3
parent 260 445e01aede7e
child 265 05c40b36d3b2
--- a/vendor/github.com/spf13/viper/go.mod	Thu Sep 22 16:32:45 2022 +0200
+++ b/vendor/github.com/spf13/viper/go.mod	Thu Sep 22 16:33:34 2022 +0200
@@ -8,17 +8,17 @@
 	github.com/magiconair/properties v1.8.6
 	github.com/mitchellh/mapstructure v1.5.0
 	github.com/pelletier/go-toml v1.9.5
-	github.com/pelletier/go-toml/v2 v2.0.1
+	github.com/pelletier/go-toml/v2 v2.0.5
 	github.com/sagikazarmark/crypt v0.6.0
 	github.com/spf13/afero v1.8.2
 	github.com/spf13/cast v1.5.0
 	github.com/spf13/jwalterweatherman v1.1.0
 	github.com/spf13/pflag v1.0.5
-	github.com/stretchr/testify v1.7.1
-	github.com/subosito/gotenv v1.3.0
-	gopkg.in/ini.v1 v1.66.4
+	github.com/stretchr/testify v1.8.0
+	github.com/subosito/gotenv v1.4.1
+	gopkg.in/ini.v1 v1.67.0
 	gopkg.in/yaml.v2 v2.4.0
-	gopkg.in/yaml.v3 v3.0.0
+	gopkg.in/yaml.v3 v3.0.1
 )
 
 require (