Skip to content

Commit

Permalink
*: update client-go and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Oct 14, 2020
1 parent ec87729 commit e332f5b
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 75 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 e332f5b

Please sign in to comment.