Skip to content

Commit

Permalink
vendor: Bump client-go and library-go to current 4.6 tips
Browse files Browse the repository at this point in the history
Pulling in [1,2].  Generated with:

  $ go get -u github.com/openshift/client-go@83993cebb5aee533bf2f2dded2d87b9e32835f4a
  go: github.com/openshift/client-go 83993cebb5aee533bf2f2dded2d87b9e32835f4a => v0.0.0-20200623090625-83993cebb5ae
  $ go get -u github.com/openshift/library-go@cc498c355c99983057e9e01f3abcceb40ca5c298
  go: github.com/openshift/library-go cc498c355c99983057e9e01f3abcceb40ca5c298 => v0.0.0-20200709151624-cc498c355c99
  $ go mod vendor
  go: downloading k8s.io/apimachinery v0.18.4
  go: downloading github.com/openshift/api v0.0.0-20200623075207-eb651a5bb0ad
  go: downloading k8s.io/api v0.18.4
  go: downloading golang.org/x/net v0.0.0-20200602114024-627f9648deb9
  go: downloading gopkg.in/yaml.v2 v2.3.0
  go: downloading golang.org/x/text v0.3.3
  $ go mod tidy
  $ git add -A go.* vendor

using:

  $ go version
  go version go1.14.4 linux/amd64

The client-go bump in turn addresses the golang.org/x/text v0.3.3 to
address CVE-2020-14040 [3].

  $ grep '# golang.org/x/text' vendor/modules.txt
  # golang.org/x/text v0.3.3

[1]: openshift/client-go@83993ce
[2]: openshift/library-go@cc498c3
[3]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14040
  • Loading branch information
wking committed Jul 10, 2020
1 parent d67ef31 commit 358bcbd
Show file tree
Hide file tree
Showing 816 changed files with 45,702 additions and 97,651 deletions.
24 changes: 11 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,27 @@ require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/openshift/api v0.0.0-20200210091934-a0e53e94816b
github.com/openshift/client-go v0.0.0-20200116152001-92a2713fa240
github.com/openshift/library-go v0.0.0-20200303185131-81598fff9efa
github.com/openshift/api v0.0.0-20200623075207-eb651a5bb0ad
github.com/openshift/client-go v0.0.0-20200623090625-83993cebb5ae
github.com/openshift/library-go v0.0.0-20200709151624-cc498c355c99
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/spf13/cobra v0.0.5
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c // indirect
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
google.golang.org/appengine v1.6.4 // indirect
k8s.io/api v0.17.3
k8s.io/apiextensions-apiserver v0.17.1
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.3
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.18.3
k8s.io/klog v1.0.0
k8s.io/kube-aggregator v0.17.1
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
k8s.io/kube-aggregator v0.18.3
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
)
142 changes: 71 additions & 71 deletions go.sum

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions vendor/github.com/json-iterator/go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/any_str.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/iter_object.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/reflect_extension.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 47 additions & 43 deletions vendor/github.com/json-iterator/go/reflect_map.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vendor/github.com/json-iterator/go/reflect_optional.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 358bcbd

Please sign in to comment.