Skip to content

Commit

Permalink
Bump k8s from v0.18.3 to v0.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nfisher committed May 24, 2022
1 parent 9970a3d commit dd4be14
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 100 deletions.
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ module github.com/instana/envcheck
go 1.14

require (
github.com/google/go-cmp v0.4.1
github.com/google/go-cmp v0.5.5
github.com/jackpal/gateway v1.0.6
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
k8s.io/api v0.18.3
k8s.io/apimachinery v0.18.3
k8s.io/client-go v0.18.3
k8s.io/api v0.22.9
k8s.io/apimachinery v0.22.9
k8s.io/client-go v0.22.9
)
Loading

0 comments on commit dd4be14

Please sign in to comment.