Skip to content

Commit

Permalink
upgrade dependencies for kube, cobra, viper to fix gogo protobuf secu…
Browse files Browse the repository at this point in the history
…rity alert (#17)
  • Loading branch information
pablo-ruth authored Mar 30, 2022
1 parent f870d2d commit 09b290d
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 164 deletions.
24 changes: 9 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,17 @@ require (
github.com/hashicorp/vault/api v1.0.4
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/huandu/xstrings v1.3.2 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
k8s.io/api v0.23.5
k8s.io/apimachinery v0.23.5
)
Loading

0 comments on commit 09b290d

Please sign in to comment.