Skip to content

Commit 9c9b25f

Browse files
fix(deps): bump github.com/spf13/viper from 1.8.1 to 1.9.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7aa8a8 commit 9c9b25f

File tree

2 files changed

+129
-33
lines changed

2 files changed

+129
-33
lines changed

go.mod

+13-13
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ require (
1111
github.com/manifoldco/promptui v0.8.0
1212
github.com/pkg/errors v0.9.1
1313
github.com/spf13/cobra v1.2.1
14-
github.com/spf13/viper v1.8.1
14+
github.com/spf13/viper v1.9.0
1515
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
1616
gopkg.in/yaml.v2 v2.4.0
1717
)
1818

1919
require (
2020
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
21-
github.com/fsnotify/fsnotify v1.4.9 // indirect
21+
github.com/fsnotify/fsnotify v1.5.1 // indirect
2222
github.com/getkin/kin-openapi v0.28.0 // indirect
2323
github.com/ghodss/yaml v1.0.0 // indirect
2424
github.com/golang/protobuf v1.5.2 // indirect
@@ -28,20 +28,20 @@ require (
2828
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
2929
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
3030
github.com/magiconair/properties v1.8.5 // indirect
31-
github.com/mattn/go-colorable v0.0.9 // indirect
32-
github.com/mattn/go-isatty v0.0.4 // indirect
33-
github.com/mitchellh/mapstructure v1.4.1 // indirect
34-
github.com/pelletier/go-toml v1.9.3 // indirect
31+
github.com/mattn/go-colorable v0.1.6 // indirect
32+
github.com/mattn/go-isatty v0.0.12 // indirect
33+
github.com/mitchellh/mapstructure v1.4.2 // indirect
34+
github.com/pelletier/go-toml v1.9.4 // indirect
3535
github.com/spf13/afero v1.6.0 // indirect
36-
github.com/spf13/cast v1.3.1 // indirect
36+
github.com/spf13/cast v1.4.1 // indirect
3737
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3838
github.com/spf13/pflag v1.0.5 // indirect
3939
github.com/subosito/gotenv v1.2.0 // indirect
40-
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
41-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
42-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
43-
golang.org/x/text v0.3.5 // indirect
40+
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
41+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
42+
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
43+
golang.org/x/text v0.3.6 // indirect
4444
google.golang.org/appengine v1.6.7 // indirect
45-
google.golang.org/protobuf v1.26.0 // indirect
46-
gopkg.in/ini.v1 v1.62.0 // indirect
45+
google.golang.org/protobuf v1.27.1 // indirect
46+
gopkg.in/ini.v1 v1.63.2 // indirect
4747
)

0 commit comments

Comments
 (0)