Skip to content

Commit

Permalink
Update vendors with hack/update-deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas committed Mar 30, 2018
1 parent 266392d commit acd8db7
Show file tree
Hide file tree
Showing 56 changed files with 11,845 additions and 7 deletions.
32 changes: 31 additions & 1 deletion Gopkg.lock

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

2 changes: 0 additions & 2 deletions boskos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ filegroup(
srcs = [
":package-srcs",
"//boskos/client:all-srcs",
"//boskos/cmd/mason:all-srcs",
"//boskos/common:all-srcs",
"//boskos/crds:all-srcs",
"//boskos/gcp:all-srcs",
"//boskos/janitor:all-srcs",
"//boskos/mason:all-srcs",
"//boskos/metrics:all-srcs",
Expand Down
1 change: 0 additions & 1 deletion boskos/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ go_test(
name = "go_default_test",
srcs = ["common_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/common",
)
2 changes: 0 additions & 2 deletions boskos/mason/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_library(
importpath = "k8s.io/test-infra/boskos/mason",
visibility = ["//visibility:public"],
deps = [
"//boskos/client:go_default_library",
"//boskos/common:go_default_library",
"//boskos/storage:go_default_library",
"//vendor/github.com/deckarep/golang-set:go_default_library",
Expand All @@ -25,7 +24,6 @@ go_test(
srcs = ["mason_test.go"],
data = [":testdata"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/mason",
deps = [
"//boskos/common:go_default_library",
"//boskos/ranch:go_default_library",
Expand Down
5 changes: 4 additions & 1 deletion boskos/ranch/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ go_test(
name = "go_default_test",
srcs = ["ranch_test.go"],
embed = [":go_default_library"],
deps = ["//boskos/common:go_default_library"],
deps = [
"//boskos/common:go_default_library",
"//boskos/crds:go_default_library",
],
)

go_library(
Expand Down
5 changes: 5 additions & 0 deletions vendor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ filegroup(
"//vendor/github.com/bwmarrin/snowflake:all-srcs",
"//vendor/github.com/client9/misspell:all-srcs",
"//vendor/github.com/davecgh/go-spew/spew:all-srcs",
"//vendor/github.com/deckarep/golang-set:all-srcs",
"//vendor/github.com/djherbis/atime:all-srcs",
"//vendor/github.com/docker/distribution/digestset:all-srcs",
"//vendor/github.com/docker/distribution/reference:all-srcs",
Expand Down Expand Up @@ -88,6 +89,8 @@ filegroup(
"//vendor/github.com/gorilla/securecookie:all-srcs",
"//vendor/github.com/gorilla/sessions:all-srcs",
"//vendor/github.com/gregjones/httpcache:all-srcs",
"//vendor/github.com/hashicorp/errwrap:all-srcs",
"//vendor/github.com/hashicorp/go-multierror:all-srcs",
"//vendor/github.com/howeyc/gopass:all-srcs",
"//vendor/github.com/imdario/mergo:all-srcs",
"//vendor/github.com/inconshreveable/mousetrap:all-srcs",
Expand Down Expand Up @@ -192,6 +195,8 @@ filegroup(
"//vendor/k8s.io/api/storage/v1:all-srcs",
"//vendor/k8s.io/api/storage/v1alpha1:all-srcs",
"//vendor/k8s.io/api/storage/v1beta1:all-srcs",
"//vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions:all-srcs",
"//vendor/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset:all-srcs",
"//vendor/k8s.io/apimachinery/pkg/api/equality:all-srcs",
"//vendor/k8s.io/apimachinery/pkg/api/errors:all-srcs",
"//vendor/k8s.io/apimachinery/pkg/api/meta:all-srcs",
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/deckarep/golang-set/BUILD.bazel

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

22 changes: 22 additions & 0 deletions vendor/github.com/deckarep/golang-set/LICENSE

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

58 changes: 58 additions & 0 deletions vendor/github.com/deckarep/golang-set/iterator.go

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

Loading

0 comments on commit acd8db7

Please sign in to comment.