diff --git a/.gitmodules b/.gitmodules index dfb9f8a..e461f83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,3 @@ [submodule "submodule/src/remote"] path = submodule/src/remote url = git://github.com/laramiel/bazel-example-golang-remote -[submodule "vendor/github.com/laramiel/bazel-example-golang-remote"] - path = vendor/github.com/laramiel/bazel-example-golang-remote - url = git://github.com/laramiel/bazel-example-golang-remote -[submodule "vendor/github.com/laramiel/bazel-example-golang-bare"] - path = vendor/github.com/laramiel/bazel-example-golang-bare - url = git://github.com/laramiel/bazel-example-golang-bare diff --git a/vendor/github.com/laramiel/BUILD b/vendor/github.com/laramiel/BUILD deleted file mode 100644 index 5593364..0000000 --- a/vendor/github.com/laramiel/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library") - -go_library( - name = "bare", - srcs = ["bazel-example-golang-bare/bare.go"], - visibility = ["//visibility:public"], -) diff --git a/vendor/github.com/laramiel/bazel-example-golang-bare b/vendor/github.com/laramiel/bazel-example-golang-bare deleted file mode 160000 index 3bd848f..0000000 --- a/vendor/github.com/laramiel/bazel-example-golang-bare +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3bd848fc12248975bfb9143607807b5bb56e30a8 diff --git a/vendor/github.com/laramiel/bazel-example-golang-remote b/vendor/github.com/laramiel/bazel-example-golang-remote deleted file mode 160000 index 4a9199b..0000000 --- a/vendor/github.com/laramiel/bazel-example-golang-remote +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a9199be6e845f394aad17f8ca9e5ea242281ed5