From 8efe9263b1e0ae35fc697da530fdef7438e56ad1 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 3 Jul 2023 17:36:08 -0500 Subject: [PATCH] clean --- .gitmodules | 6 ------ vendor/github.com/laramiel/BUILD | 7 ------- vendor/github.com/laramiel/bazel-example-golang-bare | 1 - vendor/github.com/laramiel/bazel-example-golang-remote | 1 - 4 files changed, 15 deletions(-) delete mode 100644 vendor/github.com/laramiel/BUILD delete mode 160000 vendor/github.com/laramiel/bazel-example-golang-bare delete mode 160000 vendor/github.com/laramiel/bazel-example-golang-remote 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