Skip to content

Commit

Permalink
Merge pull request #70 from srgothi92/version-update
Browse files Browse the repository at this point in the history
Kubernetes client version update
  • Loading branch information
srgothi92 committed Aug 6, 2021
2 parents 1b76f12 + 69deaf9 commit 4678425
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 78 deletions.
20 changes: 7 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,18 @@ go 1.12

require (
github.com/Masterminds/semver v1.5.0
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/karlseguin/expect v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.6.1
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
gotest.tools v2.2.0+incompatible
k8s.io/api v0.0.0-20190905160310-fb749d2f1064
k8s.io/apimachinery v0.0.0-20190831074630-461753078381
k8s.io/client-go v0.0.0-20190831074946-3fe2abece89e
k8s.io/kubectl v0.0.0-20190831163037-3b58a944563f
k8s.io/utils v0.0.0-20190829053155-3a4a5477acf8 // indirect
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/kubectl v0.21.3
)
Loading

0 comments on commit 4678425

Please sign in to comment.