Merge pull request #96076 from caesarxuchao/update-deps

Updates golang/x/net and golang/x/sys

Kubernetes-commit: a0d23de0861d5a2fc446c417bf0c53fa1f51706e
This commit is contained in:
Kubernetes Publisher 2020-11-01 05:30:52 -08:00
parent 285943f1c0
commit 852de461ed
3 changed files with 10 additions and 9 deletions

8
Godeps/Godeps.json generated
View File

@ -368,7 +368,7 @@
},
{
"ImportPath": "golang.org/x/net",
"Rev": "ab3426394381"
"Rev": "08b38378de70"
},
{
"ImportPath": "golang.org/x/oauth2",
@ -380,7 +380,7 @@
},
{
"ImportPath": "golang.org/x/sys",
"Rev": "ed371f2e16b4"
"Rev": "fdedc70b468f"
},
{
"ImportPath": "golang.org/x/text",
@ -448,11 +448,11 @@
},
{
"ImportPath": "k8s.io/api",
"Rev": "4d8a081546cb"
"Rev": "14f7c8415b56"
},
{
"ImportPath": "k8s.io/apimachinery",
"Rev": "d10b9c3a6d2e"
"Rev": "3a3fc754224f"
},
{
"ImportPath": "k8s.io/gengo",

9
go.mod
View File

@ -26,15 +26,14 @@ require (
golang.org/x/net v0.0.0-20201022231255-08b38378de70
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/api v0.0.0-20201101202142-14f7c8415b56
k8s.io/apimachinery v0.0.0-20201101202012-3a3fc754224f
k8s.io/klog/v2 v2.2.0
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/yaml v1.2.0
)
replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/api => k8s.io/api v0.0.0-20201101202142-14f7c8415b56
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201101202012-3a3fc754224f
)

2
go.sum
View File

@ -335,6 +335,8 @@ 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-20201101202142-14f7c8415b56/go.mod h1:N07QeLNhCHtcCAZ4aJLT94cgtIOe8bH+HCn9NV8BGBM=
k8s.io/apimachinery v0.0.0-20201101202012-3a3fc754224f/go.mod h1:6tvhsrFCJjjADDoc7XBHXS8eL7m4X7e+YYWeXkQAqgQ=
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.2.0 h1:XRvcwJozkgZ1UQJmfMGpvRthQHOvihEhYtDfAaxMz/A=