Skip to content

Commit

Permalink
Clean up unnecessary files and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Lorente committed Feb 6, 2024
1 parent 8c34464 commit 0c5166d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
16 changes: 1 addition & 15 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ http_archive(
sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed",
strip_prefix = "abseil-cpp-20230802.1",
urls = [
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz",
],
)

Expand Down Expand Up @@ -1092,20 +1092,6 @@ go_repository(
version = "v1.27.1",
)

go_repository(
name = "org_golang_x_net",
importpath = "golang.org/x/net",
sum = "h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628=",
version = "v0.0.0-20190311183353-d8887717615a",
)

go_repository(
name = "org_golang_x_text",
importpath = "golang.org/x/text",
sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=",
version = "v0.3.0",
)

load("@io_bazel_rules_go//tests:grpc_repos.bzl", "grpc_dependencies")

grpc_dependencies()
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 0c5166d

Please sign in to comment.