Compare commits

...

5 Commits

Author SHA1 Message Date
Kubernetes Publisher
ee6c071a42 Merge pull request #81546 from cblecker/1.13/go-1.11.13
Update golang/x/net dependency on release-1.13

Kubernetes-commit: 37d169313237cb4ceb2cc4bef300f2ae3053c1a2
2019-08-17 22:22:06 +00:00
Christoph Blecker
2d48f18fea Update golang.org/x/net to b1cc14a
Kubernetes-commit: e795732a4c0f077bf9d0bd8fbf41992e390bbed5
2019-08-17 00:04:10 -07:00
Kubernetes Publisher
bcbe227473 sync: update godeps 2019-07-04 09:57:23 +00:00
Kubernetes Publisher
5633e3a616 Merge pull request #79501 from nikhita/remove-bitbucket-01
[1.13] Replace bitbucket with github to fix godep error

Kubernetes-commit: bd6da4fe2b07f7681802f28de264ee7eda5cef5d
2019-06-29 00:41:23 +00:00
Nikhita Raghunath
2705570f5e Replace bitbucket with github
This commit has the following changes:

- Replace `bitbucket.org/ww/goautoneg` with `github.com/munnerz/goautoneg`.
- Replace `bitbucket.org/bertimus9/systemstat` with `github.com/nikhita/systemstat`.
- Bump kube-openapi to remove so that it's dependency on `bitbucket.org/ww/goautoneg`
moves to `github.com/munnerz/goautoneg`.
- Generate `swagger.json` generated from the above change.
- Update `BUILD` files.

Bitbucket is replaced with GitHub because:

Atlassian finally pulled the plug on their 1.0 api and forces everyone
to use 2.0 now: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/

This leads to an error like:

```
godep: error downloading dep (bitbucket.org/ww/goautoneg): https://api.bitbucket.org/1.0/repositories/ww/goautoneg: 410 Gone
```

This was fixed in upstream go in golang/tools@13ba8ad.

To fix this in k/k:

1) We'll need to either bump our vendored version
https://github.com/kubernetes/kubernetes/blob/release-1.13/vendor/golang.org/x/tools/go/vcs/vcs.go#L676.
However, this bump brings in _lots_ of changes.

2) We can entirely remove our dependency on bitbucket.

The second point is better because:

1) godep itself vendors in an older version: https://github.com/tools/godep/blob/master/vendor/golang.org/x/tools/go/vcs/vcs.go#L667.
This means that anyone who installs godep directly, without forking it,
will not be able to use it with Kubernetes if we stick to bitbucket.

2) Bumping `golang/x/tools` requires running `godep restore`, which doesn't
work because that uses the 1.0 api...leading to a catch-22 like situation.

Kubernetes-commit: 409df0aa2e5a555454909eab3c4f492461c21f3b
2019-06-28 15:43:19 +05:30

190
Godeps/Godeps.json generated
View File

@@ -1,7 +1,7 @@
{
"ImportPath": "k8s.io/client-go",
"GoVersion": "go1.11",
"GodepVersion": "v80",
"GodepVersion": "v80-k8s-r1",
"Packages": [
"./..."
],
@@ -192,27 +192,27 @@
},
{
"ImportPath": "golang.org/x/net/context",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/net/context/ctxhttp",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/net/http/httpguts",
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/net/http2",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/net/http2/hpack",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/net/idna",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
},
{
"ImportPath": "golang.org/x/net/lex/httplex",
"Rev": "0ed95abb35c445290478a5348a7b38bb154135fd"
"Rev": "b1cc14aba47abf96f96818003fa4caad3a4b4e86"
},
{
"ImportPath": "golang.org/x/oauth2",
@@ -272,339 +272,339 @@
},
{
"ImportPath": "k8s.io/api/admissionregistration/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/admissionregistration/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/apps/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/apps/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/apps/v1beta2",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/auditregistration/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/authentication/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/authentication/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/authorization/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/authorization/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/autoscaling/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/autoscaling/v2beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/autoscaling/v2beta2",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/batch/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/batch/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/batch/v2alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/certificates/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/coordination/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/core/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/events/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/extensions/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/imagepolicy/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/networking/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/policy/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/rbac/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/rbac/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/rbac/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/scheduling/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/scheduling/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/settings/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/storage/v1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/storage/v1alpha1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/api/storage/v1beta1",
"Rev": "5cb15d34447165a97c76ed5a60e4e99c8a01ecfe"
"Rev": "ebce17126a01f5fe02364d88c899816bcc2a8165"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/apitesting",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/apitesting/fuzzer",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/apitesting/roundtrip",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/equality",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/errors",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/meta",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/resource",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/fuzzer",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/internalversion",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1beta1",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/conversion",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/conversion/queryparams",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/fields",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/labels",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/schema",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/json",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/protobuf",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/recognizer",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/streaming",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/versioning",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/selection",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/types",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/cache",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/clock",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/diff",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/errors",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/framer",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/httpstream",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/httpstream/spdy",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/intstr",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/json",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/mergepatch",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/naming",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/net",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/remotecommand",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/runtime",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/sets",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/strategicpatch",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/validation",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/validation/field",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/wait",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/yaml",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/version",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/watch",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/json",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/netutil",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/reflect",
"Rev": "86fb29eff6288413d76bd8506874fddd9fccdff0"
"Rev": "bf4de9df677cd119930fa83483bad158956cdfcf"
},
{
"ImportPath": "k8s.io/klog",
@@ -612,7 +612,7 @@
},
{
"ImportPath": "k8s.io/kube-openapi/pkg/util/proto",
"Rev": "c59034cc13d587f5ef4e85ca0ade0c1866ae8e1d"
"Rev": "fd52d7a69c206aae478f9aff43cb10eaf25e5c2a"
},
{
"ImportPath": "sigs.k8s.io/yaml",