Skip to content

Commit

Permalink
Go modules (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@vmware.com>
  • Loading branch information
vincepri authored and k8s-ci-robot committed Jul 12, 2019
1 parent 64cf981 commit efed85b
Show file tree
Hide file tree
Showing 1,001 changed files with 84,483 additions and 257,594 deletions.
7 changes: 1 addition & 6 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package(default_visibility = ["//visibility:public"])
# gazelle:exclude vendor/golang.org/x/tools/go/pointer/testdata
# gazelle:exclude vendor/golang.org/x/tools/go/ssa/interp/testdata
# gazelle:exclude vendor/k8s.io/gengo/testdata
# gazelle:exclude vendor/github.com/golang/dep/cmd/dep/testdata
# gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal //vendor/github.com/grpc-ecosystem/grpc-gateway/internal:go_default_library
gazelle(
name = "gazelle",
command = "fix",
Expand All @@ -49,11 +49,6 @@ filegroup(
],
)

workspace_binary(
name = "dep",
cmd = "@com_github_golang_dep//cmd/dep",
)

workspace_binary(
name = "generate",
args = [
Expand Down
Loading

0 comments on commit efed85b

Please sign in to comment.