Skip to content

Commit

Permalink
Merge pull request #18 from Bisnode/Update_dependencies
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
mdanielolsson authored Jun 17, 2020
2 parents c3dc8c4 + 30f614f commit 17a2f37
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 93 deletions.
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@ module github.com/Bisnode/kubectl-tbac
go 1.14

require (
cloud.google.com/go v0.38.0 // indirect
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/Bisnode/kubectl-login v1.1.1
github.com/golang/protobuf v1.3.5 // indirect
github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
k8s.io/api v0.15.11
k8s.io/apimachinery v0.17.0
k8s.io/client-go v11.0.0+incompatible
k8s.io/utils v0.0.0-20200327001022-6496210b90e8 // indirect
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 // indirect
)

replace k8s.io/client-go => k8s.io/client-go v0.15.11
Loading

0 comments on commit 17a2f37

Please sign in to comment.