Skip to content

Commit

Permalink
Deal with auto-generated files.
Browse files Browse the repository at this point in the history
- Update bazel by hack/update-bazel.sh
- Update vendor by hack/update-vendor.sh
  • Loading branch information
RainbowMango committed Oct 14, 2019
1 parent 78d0f18 commit 6764bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion staging/src/k8s.io/apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
github.com/pborman/uuid v1.2.0
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
github.com/prometheus/client_golang v0.9.4
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/soheilhy/cmux v0.1.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions staging/src/k8s.io/apiserver/pkg/storage/value/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ go_test(
],
embed = [":go_default_library"],
deps = [
"//vendor/github.com/prometheus/client_golang/prometheus:go_default_library",
"//vendor/github.com/prometheus/client_golang/prometheus/testutil:go_default_library",
"//staging/src/k8s.io/component-base/metrics/legacyregistry:go_default_library",
"//staging/src/k8s.io/component-base/metrics/testutil:go_default_library",
"//vendor/google.golang.org/grpc/codes:go_default_library",
"//vendor/google.golang.org/grpc/status:go_default_library",
],
Expand Down

0 comments on commit 6764bf3

Please sign in to comment.