aboutsummaryrefslogtreecommitdiff
path: root/gazelle
diff options
context:
space:
mode:
authorZhongpeng Lin <zplin@uber.com>2023-02-05 18:07:42 -0800
committerGitHub <noreply@github.com>2023-02-05 18:07:42 -0800
commit7948858daa60ab957368405103f58e711a3f7404 (patch)
tree91e2dc84ecfad7b8fc1154d939776939e74a687c /gazelle
parentb832d501e9f4514e39d07358de636ab0622dd342 (diff)
downloadbazelbuild-rules_python-7948858daa60ab957368405103f58e711a3f7404.tar.gz
clean up UUID (#1028)
Diffstat (limited to 'gazelle')
-rw-r--r--gazelle/deps.bzl8
1 files changed, 1 insertions, 7 deletions
diff --git a/gazelle/deps.bzl b/gazelle/deps.bzl
index 9ecb0c3..3579443 100644
--- a/gazelle/deps.bzl
+++ b/gazelle/deps.bzl
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"This file managed by `bazel run //:update_go_deps`"
+"This file managed by `bazel run //:gazelle_update_repos`"
load("@bazel_gazelle//:deps.bzl", _go_repository = "go_repository")
@@ -150,12 +150,6 @@ def gazelle_deps():
version = "v0.5.9",
)
go_repository(
- name = "com_github_google_uuid",
- importpath = "github.com/google/uuid",
- sum = "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=",
- version = "v1.3.0",
- )
- go_repository(
name = "com_github_pelletier_go_toml",
importpath = "github.com/pelletier/go-toml",
sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",