Skip to content

Commit 34c4afd

Browse files
leogrpoiana
authored andcommitted
chore: update deps
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent 73e1479 commit 34c4afd

File tree

2 files changed

+118
-20
lines changed

2 files changed

+118
-20
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,22 @@ require (
1313
github.com/go-playground/universal-translator v0.17.0
1414
github.com/go-playground/validator/v10 v10.2.0
1515
github.com/gogo/protobuf v1.3.0 // indirect
16-
github.com/google/btree v1.0.0 // indirect
1716
github.com/googleapis/gnostic v0.3.1 // indirect
1817
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
1918
github.com/imdario/mergo v0.3.8 // indirect
2019
github.com/json-iterator/go v1.1.7 // indirect
2120
github.com/kris-nova/logger v0.0.0-20181127235838-fd0d87064b06
2221
github.com/kris-nova/lolgopher v0.0.0-20180921204813-313b3abb0d9b // indirect
2322
github.com/mattn/go-colorable v0.1.4 // indirect
24-
github.com/mattn/go-isatty v0.0.10 // indirect
2523
github.com/mitchellh/go-homedir v1.1.0
2624
github.com/modern-go/reflect2 v1.0.1 // indirect
2725
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
2826
github.com/pkg/errors v0.8.1 // indirect
29-
github.com/spf13/cobra v0.0.5
30-
github.com/spf13/pflag v1.0.3
31-
github.com/spf13/viper v1.3.2
27+
github.com/spf13/cobra v0.0.6
28+
github.com/spf13/pflag v1.0.5
29+
github.com/spf13/viper v1.6.2
3230
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
33-
golang.org/x/sys v0.0.0-20191008105621-543471e840be
31+
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
3432
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
3533
gopkg.in/inf.v0 v0.9.1 // indirect
3634
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b

0 commit comments

Comments
 (0)