@@ -37,24 +37,18 @@ def gazelle_deps():
3737
3838def go_deps ():
3939 "Fetch go dependencies"
40- go_repository (
41- name = "co_honnef_go_tools" ,
42- importpath = "honnef.co/go/tools" ,
43- sum = "h1:/hemPrYIhOhy8zYrNj+069zDB68us2sMGsfkFJO0iZs=" ,
44- version = "v0.0.0-20190523083050-ea95bdfd59fc" ,
45- )
4640 go_repository (
4741 name = "com_github_bazelbuild_bazel_gazelle" ,
4842 importpath = "github.com/bazelbuild/bazel-gazelle" ,
49- sum = "h1:n41ODckCkU9D2BEwBxYN+xu5E92Vd0gaW6QmsIW9l00 =" ,
50- version = "v0.36 .0" ,
43+ sum = "h1:g3Rr1ZbkC1Pk20aOgBITxSD/efS1WbaSty5jC786Z3Q =" ,
44+ version = "v0.47 .0" ,
5145 )
5246 go_repository (
5347 name = "com_github_bazelbuild_buildtools" ,
5448 build_naming_convention = "go_default_library" ,
5549 importpath = "github.com/bazelbuild/buildtools" ,
56- sum = "h1:VNqmvOfFzn2Hrtoni8vqgXlIQ4C2Zt22fxeZ9gOOkp0 =" ,
57- version = "v0.0.0-20240313121412-66c605173954 " ,
50+ sum = "h1:njQAmjTv/YHRm/0Lfv9DXHFZ4MdT2IA/RKHTnqZkgDw =" ,
51+ version = "v0.0.0-20250930140053-2eb4fccefb52 " ,
5852 )
5953 go_repository (
6054 name = "com_github_bazelbuild_rules_go" ,
@@ -65,44 +59,8 @@ def go_deps():
6559 go_repository (
6660 name = "com_github_bmatcuk_doublestar_v4" ,
6761 importpath = "github.com/bmatcuk/doublestar/v4" ,
68- sum = "h1:fdDeAqgT47acgwd9bd9HxJRDmc9UAmPpc+2m0CXv75Q=" ,
69- version = "v4.7.1" ,
70- )
71- go_repository (
72- name = "com_github_burntsushi_toml" ,
73- importpath = "github.com/BurntSushi/toml" ,
74- sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=" ,
75- version = "v0.3.1" ,
76- )
77- go_repository (
78- name = "com_github_census_instrumentation_opencensus_proto" ,
79- importpath = "github.com/census-instrumentation/opencensus-proto" ,
80- sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=" ,
81- version = "v0.2.1" ,
82- )
83- go_repository (
84- name = "com_github_chzyer_logex" ,
85- importpath = "github.com/chzyer/logex" ,
86- sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=" ,
87- version = "v1.1.10" ,
88- )
89- go_repository (
90- name = "com_github_chzyer_readline" ,
91- importpath = "github.com/chzyer/readline" ,
92- sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=" ,
93- version = "v0.0.0-20180603132655-2972be24d48e" ,
94- )
95- go_repository (
96- name = "com_github_chzyer_test" ,
97- importpath = "github.com/chzyer/test" ,
98- sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=" ,
99- version = "v0.0.0-20180213035817-a1ea475d72b1" ,
100- )
101- go_repository (
102- name = "com_github_client9_misspell" ,
103- importpath = "github.com/client9/misspell" ,
104- sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=" ,
105- version = "v0.3.4" ,
62+ sum = "h1:X8jg9rRZmJd4yRy7ZeNDRnM+T3ZfHv15JiBJ/avrEXE=" ,
63+ version = "v4.9.1" ,
10664 )
10765 go_repository (
10866 name = "com_github_davecgh_go_spew" ,
@@ -116,18 +74,6 @@ def go_deps():
11674 sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=" ,
11775 version = "v1.18.1" ,
11876 )
119- go_repository (
120- name = "com_github_envoyproxy_go_control_plane" ,
121- importpath = "github.com/envoyproxy/go-control-plane" ,
122- sum = "h1:4cmBvAEBNJaGARUEs3/suWRyfyBfhf7I60WBZq+bv2w=" ,
123- version = "v0.9.1-0.20191026205805-5f8ba28d4473" ,
124- )
125- go_repository (
126- name = "com_github_envoyproxy_protoc_gen_validate" ,
127- importpath = "github.com/envoyproxy/protoc-gen-validate" ,
128- sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=" ,
129- version = "v0.1.0" ,
130- )
13177 go_repository (
13278 name = "com_github_fsnotify_fsnotify" ,
13379 importpath = "github.com/fsnotify/fsnotify" ,
@@ -146,12 +92,6 @@ def go_deps():
14692 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=" ,
14793 version = "v1.3.2" ,
14894 )
149- go_repository (
150- name = "com_github_golang_glog" ,
151- importpath = "github.com/golang/glog" ,
152- sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=" ,
153- version = "v0.0.0-20160126235308-23def4e6c14b" ,
154- )
15595 go_repository (
15696 name = "com_github_golang_mock" ,
15797 importpath = "github.com/golang/mock" ,
@@ -176,12 +116,6 @@ def go_deps():
176116 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=" ,
177117 version = "v1.0.0" ,
178118 )
179- go_repository (
180- name = "com_github_prometheus_client_model" ,
181- importpath = "github.com/prometheus/client_model" ,
182- sum = "h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM=" ,
183- version = "v0.0.0-20190812154241-14fe0d1b01d4" ,
184- )
185119 go_repository (
186120 name = "com_github_smacker_go_tree_sitter" ,
187121 importpath = "github.com/smacker/go-tree-sitter" ,
@@ -200,12 +134,6 @@ def go_deps():
200134 sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=" ,
201135 version = "v1.9.0" ,
202136 )
203- go_repository (
204- name = "com_google_cloud_go" ,
205- importpath = "cloud.google.com/go" ,
206- sum = "h1:e0WKqKTd5BnrG8aKH3J3h+QvEIQtSUcf2n5UZ5ZgLtQ=" ,
207- version = "v0.26.0" ,
208- )
209137 go_repository (
210138 name = "in_gopkg_check_v1" ,
211139 importpath = "gopkg.in/check.v1" ,
@@ -230,12 +158,6 @@ def go_deps():
230158 sum = "h1:xwwDQW5We85NaTk2APgoN9202w/l0DVGp+GZMfsrh7s=" ,
231159 version = "v0.0.0-20210223155950-e043a3d3c984" ,
232160 )
233- go_repository (
234- name = "org_golang_google_appengine" ,
235- importpath = "google.golang.org/appengine" ,
236- sum = "h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=" ,
237- version = "v1.4.0" ,
238- )
239161 go_repository (
240162 name = "org_golang_google_genproto" ,
241163 importpath = "google.golang.org/genproto" ,
@@ -266,24 +188,6 @@ def go_deps():
266188 sum = "h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU=" ,
267189 version = "v1.36.3" ,
268190 )
269- go_repository (
270- name = "org_golang_x_crypto" ,
271- importpath = "golang.org/x/crypto" ,
272- sum = "h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M=" ,
273- version = "v0.0.0-20190308221718-c2843e01d9a2" ,
274- )
275- go_repository (
276- name = "org_golang_x_exp" ,
277- importpath = "golang.org/x/exp" ,
278- sum = "h1:c2HOrn5iMezYjSlGPncknSEr/8x5LELb/ilJbXi9DEA=" ,
279- version = "v0.0.0-20190121172915-509febef88a4" ,
280- )
281- go_repository (
282- name = "org_golang_x_lint" ,
283- importpath = "golang.org/x/lint" ,
284- sum = "h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0=" ,
285- version = "v0.0.0-20190313153728-d0100b6bd8b3" ,
286- )
287191 go_repository (
288192 name = "org_golang_x_mod" ,
289193 importpath = "golang.org/x/mod" ,
@@ -296,12 +200,6 @@ def go_deps():
296200 sum = "h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=" ,
297201 version = "v0.35.0" ,
298202 )
299- go_repository (
300- name = "org_golang_x_oauth2" ,
301- importpath = "golang.org/x/oauth2" ,
302- sum = "h1:vEDujvNQGv4jgYKudGeI/+DAX4Jffq6hpD55MmoEvKs=" ,
303- version = "v0.0.0-20180821212333-d2e6202438be" ,
304- )
305203 go_repository (
306204 name = "org_golang_x_sync" ,
307205 importpath = "golang.org/x/sync" ,
@@ -335,9 +233,3 @@ def go_deps():
335233 sum = "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=" ,
336234 version = "v0.1.0-deprecated" ,
337235 )
338- go_repository (
339- name = "org_golang_x_xerrors" ,
340- importpath = "golang.org/x/xerrors" ,
341- sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=" ,
342- version = "v0.0.0-20200804184101-5ec99f83aff1" ,
343- )
0 commit comments