Skip to content

Commit

Permalink
update client-go from 0.19.0 to 0.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jun 17, 2021
1 parent aa0a234 commit b0b30c8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 66 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ require (
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_golang v1.7.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/pool.v3 v3.1.1
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/apiserver v0.18.6
k8s.io/client-go v0.19.0
k8s.io/api v0.19.11
k8s.io/apimachinery v0.19.11
k8s.io/apiserver v0.19.11
k8s.io/client-go v0.19.11
)
Loading

0 comments on commit b0b30c8

Please sign in to comment.