Skip to content

Commit

Permalink
Run hack/update-deps.sh to vendor code generators
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Mar 6, 2019
1 parent 81d7bf5 commit 86c35ab
Show file tree
Hide file tree
Showing 112 changed files with 24,821 additions and 0 deletions.
12 changes: 12 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1524,3 +1524,15 @@ go_repository(
importpath = "mvdan.cc/xurls/v2",
tag = "v2.0.0",
)

go_repository(
name = "io_k8s_code_generator",
commit = "b1289fc74931",
importpath = "k8s.io/code-generator",
)

go_repository(
name = "io_k8s_gengo",
commit = "7a1b7fb0289f",
importpath = "k8s.io/gengo",
)
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ require (
k8s.io/apiextensions-apiserver v0.0.0-20181128195303-1f84094d7e8e
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507
k8s.io/client-go v9.0.0+incompatible
k8s.io/code-generator v0.0.0-20190301173042-b1289fc74931
k8s.io/gengo v0.0.0-20190306031000-7a1b7fb0289f // indirect
k8s.io/klog v0.1.0
k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d // indirect
mvdan.cc/xurls/v2 v2.0.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507 h1:DRtb2PO1ps3SPBkAUYz9J+
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507/go.mod h1:ccL7Eh7zubPUSh9A3USN90/OzHNSVN6zxzde07TDCL0=
k8s.io/client-go v9.0.0+incompatible h1:2kqW3X2xQ9SbFvWZjGEHBLlWc1LG9JIJNXWkuqwdZ3A=
k8s.io/client-go v9.0.0+incompatible/go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s=
k8s.io/code-generator v0.0.0-20190301173042-b1289fc74931 h1:piQj4auUdxujSfNkNdqNCG3Udqxe5RqHe/zVN5uFbmE=
k8s.io/code-generator v0.0.0-20190301173042-b1289fc74931/go.mod h1:MYiN+ZJZ9HkETbgVZdWw2AsuAi9PZ4V80cwfuf2axe8=
k8s.io/gengo v0.0.0-20190306031000-7a1b7fb0289f h1:hgREZo/BX3MNhKzDN8oWk8+YM7SEwB0AjGHoo+BHkyQ=
k8s.io/gengo v0.0.0-20190306031000-7a1b7fb0289f/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/klog v0.1.0 h1:I5HMfc/DtuVaGR1KPwUrTc476K8NCqNBldC7H4dYEzk=
k8s.io/klog v0.1.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d h1:mn2F9UzCk6KGa7M/d2ibLyRtBQm7n6QvbCjDe/cDWSg=
Expand Down
15 changes: 15 additions & 0 deletions vendor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ filegroup(
"//vendor/golang.org/x/tools/go/ast/astutil:all-srcs",
"//vendor/golang.org/x/tools/go/gcexportdata:all-srcs",
"//vendor/golang.org/x/tools/go/internal/gcimporter:all-srcs",
"//vendor/golang.org/x/tools/imports:all-srcs",
"//vendor/golang.org/x/tools/internal/fastwalk:all-srcs",
"//vendor/golang.org/x/tools/internal/gopathwalk:all-srcs",
"//vendor/google.golang.org/api/gensupport:all-srcs",
"//vendor/google.golang.org/api/googleapi:all-srcs",
"//vendor/google.golang.org/api/internal:all-srcs",
Expand Down Expand Up @@ -291,6 +294,18 @@ filegroup(
"//vendor/k8s.io/client-go/util/jsonpath:all-srcs",
"//vendor/k8s.io/client-go/util/retry:all-srcs",
"//vendor/k8s.io/client-go/util/workqueue:all-srcs",
"//vendor/k8s.io/code-generator/cmd/client-gen:all-srcs",
"//vendor/k8s.io/code-generator/cmd/deepcopy-gen:all-srcs",
"//vendor/k8s.io/code-generator/cmd/informer-gen:all-srcs",
"//vendor/k8s.io/code-generator/cmd/lister-gen:all-srcs",
"//vendor/k8s.io/code-generator/pkg/util:all-srcs",
"//vendor/k8s.io/gengo/args:all-srcs",
"//vendor/k8s.io/gengo/examples/deepcopy-gen/generators:all-srcs",
"//vendor/k8s.io/gengo/examples/set-gen/sets:all-srcs",
"//vendor/k8s.io/gengo/generator:all-srcs",
"//vendor/k8s.io/gengo/namer:all-srcs",
"//vendor/k8s.io/gengo/parser:all-srcs",
"//vendor/k8s.io/gengo/types:all-srcs",
"//vendor/k8s.io/klog:all-srcs",
"//vendor/k8s.io/kube-openapi/pkg/util/proto:all-srcs",
"//vendor/mvdan.cc/xurls/v2:all-srcs",
Expand Down
32 changes: 32 additions & 0 deletions vendor/golang.org/x/tools/imports/BUILD.bazel

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

Loading

0 comments on commit 86c35ab

Please sign in to comment.