Merge pull request #96549 from caesarxuchao/net-sys-dep-update

update golang.org/x/net and golang.org/x/sys

Kubernetes-commit: 85cd7c530bf55cd369bdcb92a5a31d3d1547113f
This commit is contained in:
Kubernetes Publisher 2020-11-13 08:34:23 -08:00
parent 04862468de
commit bcef26f781
3 changed files with 17 additions and 14 deletions

12
Godeps/Godeps.json generated
View File

@ -464,7 +464,7 @@
},
{
"ImportPath": "golang.org/x/net",
"Rev": "ab3426394381"
"Rev": "69a78807bb2b"
},
{
"ImportPath": "golang.org/x/oauth2",
@ -476,7 +476,7 @@
},
{
"ImportPath": "golang.org/x/sys",
"Rev": "ed371f2e16b4"
"Rev": "5cba982894dd"
},
{
"ImportPath": "golang.org/x/text",
@ -556,19 +556,19 @@
},
{
"ImportPath": "k8s.io/api",
"Rev": "a5dfa0b8c2b2"
"Rev": "e29b22345993"
},
{
"ImportPath": "k8s.io/apimachinery",
"Rev": "000b5f4f8623"
"Rev": "323157012f87"
},
{
"ImportPath": "k8s.io/client-go",
"Rev": "30548acd0a9e"
"Rev": "d396fd99ebba"
},
{
"ImportPath": "k8s.io/component-base",
"Rev": "d069ee2b5079"
"Rev": "3e59e5bc0401"
},
{
"ImportPath": "k8s.io/gengo",

15
go.mod
View File

@ -8,15 +8,14 @@ require (
github.com/gogo/protobuf v1.3.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
google.golang.org/grpc v1.27.0
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/component-base v0.0.0
k8s.io/api v0.0.0-20201113170045-e29b22345993
k8s.io/apimachinery v0.0.0-20201113165551-323157012f87
k8s.io/component-base v0.0.0-20201113171707-3e59e5bc0401
)
replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kubelet => ../kubelet
k8s.io/api => k8s.io/api v0.0.0-20201113170045-e29b22345993
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201113165551-323157012f87
k8s.io/client-go => k8s.io/client-go v0.0.0-20201113170634-d396fd99ebba
k8s.io/component-base => k8s.io/component-base v0.0.0-20201113171707-3e59e5bc0401
)

4
go.sum
View File

@ -374,6 +374,10 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
k8s.io/api v0.0.0-20201113170045-e29b22345993/go.mod h1:362/GqkXNVPwoEwWpkZKzwZMG+LMlN10vnhCeXFI3aY=
k8s.io/apimachinery v0.0.0-20201113165551-323157012f87/go.mod h1:+KfUCNguqd2qWwVjquYpKqADrfHI1YLkVv092b20wx4=
k8s.io/client-go v0.0.0-20201113170634-d396fd99ebba/go.mod h1:fRGUMOfT5+RRf734C2FMFBMKwQPdjVvywzQFAolAtuY=
k8s.io/component-base v0.0.0-20201113171707-3e59e5bc0401/go.mod h1:CcStpifhgPocWuLBoGneqkfz5QOuX+8vIk89S/r4FeU=
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.4.0 h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=