Skip to content

Commit

Permalink
*: update DEPS.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed Feb 6, 2023
1 parent 8d02ea6 commit 90096d0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3774,14 +3774,6 @@ def go_deps():
sum = "h1:ug7PpSOB5RBPK1Kg6qskGBoP3Vnj/aNYFTznWvlkGo0=",
version = "v0.0.0-20181202132449-6a9ea43bcacd",
)
go_repository(
name = "com_github_silentred_gid",
build_file_proto_mode = "disable",
importpath = "github.com/silentred/gid",
sum = "h1:JdsH8McqPUeY8IN4C0gxENnJG2zysvh+/xDJWhPvGVQ=",
version = "v1.0.0",
)

go_repository(
name = "com_github_sirupsen_logrus",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -4103,13 +4095,6 @@ def go_deps():
sum = "h1:phZCcypL/vtx6cGxObJgWZ5wexZF5SXFPLOM+ru0e/M=",
version = "v0.1.0",
)
go_repository(
name = "com_github_tinylib_msgp",
build_file_proto_mode = "disable",
importpath = "github.com/tinylib/msgp",
sum = "h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=",
version = "v1.1.5",
)

go_repository(
name = "com_github_tklauser_go_sysconf",
Expand Down Expand Up @@ -4146,13 +4131,6 @@ def go_deps():
sum = "h1:NowYhSdyE/1zwK9QCLeRb6USWdoif80Ie+v+yU8u1Zw=",
version = "v2.5.1",
)
go_repository(
name = "com_github_ttacon_chalk",
build_file_proto_mode = "disable",
importpath = "github.com/ttacon/chalk",
sum = "h1:OXcKh35JaYsGMRzpvFkLv/MEyPuL49CThT1pZ8aSml4=",
version = "v0.0.0-20160626202418-22c06c80ed31",
)

go_repository(
name = "com_github_twmb_murmur3",
Expand Down

0 comments on commit 90096d0

Please sign in to comment.