Skip to content

Commit cfd3195

Browse files
committed
Update module github.com/spf13/viper to v1.9.0
1 parent 6ab9317 commit cfd3195

File tree

2 files changed

+371
-11
lines changed

2 files changed

+371
-11
lines changed

go.mod

+4-11
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ replace (
1414
)
1515

1616
require (
17-
cloud.google.com/go v0.52.0 // indirect
18-
cloud.google.com/go/storage v1.5.0 // indirect
1917
github.com/Masterminds/semver/v3 v3.1.0
2018
github.com/Shopify/ejson v1.2.1
2119
github.com/aws/aws-sdk-go v1.28.9 // indirect
@@ -29,13 +27,12 @@ require (
2927
github.com/gobuffalo/packr/v2 v2.7.1
3028
github.com/gofrs/uuid v3.2.0+incompatible // indirect
3129
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32-
github.com/golang/protobuf v1.3.3 // indirect
3330
github.com/gorilla/mux v1.7.3 // indirect
3431
github.com/hashicorp/golang-lru v0.5.4 // indirect
3532
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
3633
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
3734
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
38-
github.com/mattn/go-colorable v0.1.4
35+
github.com/mattn/go-colorable v0.1.6
3936
github.com/mattn/go-tty v0.0.3
4037
github.com/mitchellh/go-homedir v1.1.0
4138
github.com/otiai10/copy v1.1.1
@@ -44,13 +41,9 @@ require (
4441
github.com/robfig/cron/v3 v3.0.1
4542
github.com/rogpeppe/go-internal v1.5.2 // indirect
4643
github.com/spf13/cobra v0.0.6
47-
github.com/spf13/viper v1.6.1
48-
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 // indirect
49-
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect
50-
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
51-
golang.org/x/tools v0.0.0-20200312194400-c312e98713c2 // indirect
52-
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
53-
gopkg.in/yaml.v2 v2.2.8
44+
github.com/spf13/viper v1.9.0
45+
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
46+
gopkg.in/yaml.v2 v2.4.0
5447
k8s.io/api v0.17.2
5548
k8s.io/apiextensions-apiserver v0.17.2
5649
k8s.io/apimachinery v0.17.2

0 commit comments

Comments
 (0)