Skip to content

Commit

Permalink
Merge pull request #95 from paulfantom/client-go
Browse files Browse the repository at this point in the history
*: update client-go and other dependencies
  • Loading branch information
brancz authored Oct 20, 2020
2 parents ec87729 + b224098 commit 0b1c1af
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 86 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.13

require (
github.com/ghodss/yaml v1.0.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/oklog/run v1.0.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
gopkg.in/yaml.v2 v2.2.4
k8s.io/api v0.0.0-20191122220107-b5267f2975e0
k8s.io/apimachinery v0.0.0-20191121175448-79c2a76c473a
k8s.io/apiserver v0.0.0-20191122221311-9d521947b1e1
k8s.io/client-go v0.0.0-20191122220542-ed16ecbdf3a0
k8s.io/component-base v0.0.0-20191122220729-2684fb322cb9
golang.org/x/net v0.0.0-20200707034311-ab3426394381
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/apiserver v0.19.2
k8s.io/client-go v0.19.2
k8s.io/component-base v0.19.2
k8s.io/klog/v2 v2.3.0
)
Loading

0 comments on commit 0b1c1af

Please sign in to comment.