Skip to content

Commit 186be9d

Browse files
committed
Upgrade all Go dependencies
This brings in bazelbuild/remote-apis#258, which we need to add support for emitting output directories as plain Directory messages.
1 parent a73ada8 commit 186be9d

File tree

22 files changed

+36
-329
lines changed

22 files changed

+36
-329
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/grpc-ecosystem/g
77

88
require (
99
cloud.google.com/go/longrunning v0.5.4
10-
github.com/bazelbuild/remote-apis v0.0.0-20231207155409-7e33c12ee961
11-
github.com/buildbarn/bb-storage v0.0.0-20231221165007-694d823e9dab
10+
github.com/bazelbuild/remote-apis v0.0.0-20231221155620-d20ae8b97fd3
11+
github.com/buildbarn/bb-storage v0.0.0-20231222105222-e7766ceb0474
1212
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b
1313
github.com/golang/mock v1.6.0
1414
github.com/golang/protobuf v1.5.3
@@ -25,7 +25,7 @@ require (
2525
golang.org/x/sys v0.15.0
2626
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0
2727
google.golang.org/grpc v1.60.1
28-
google.golang.org/protobuf v1.31.0
28+
google.golang.org/protobuf v1.32.0
2929
)
3030

3131
require (

go.sum

Lines changed: 6 additions & 203 deletions
Large diffs are not rendered by default.

go_dependencies.bzl

Lines changed: 8 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ def go_dependencies():
77
sum = "h1:0EQ+Z56k8tXjj/6TQD25BFNKQXpCvT0rnansIc7Ug5E=",
88
version = "v0.5.0",
99
)
10-
go_repository(
11-
name = "co_honnef_go_tools",
12-
importpath = "honnef.co/go/tools",
13-
sum = "h1:/hemPrYIhOhy8zYrNj+069zDB68us2sMGsfkFJO0iZs=",
14-
version = "v0.0.0-20190523083050-ea95bdfd59fc",
15-
)
1610
go_repository(
1711
name = "com_github_alecthomas_kingpin_v2",
1812
importpath = "github.com/alecthomas/kingpin/v2",
@@ -155,14 +149,8 @@ def go_dependencies():
155149
name = "com_github_bazelbuild_remote_apis",
156150
importpath = "github.com/bazelbuild/remote-apis",
157151
patches = ["@com_github_buildbarn_bb_storage//:patches/com_github_bazelbuild_remote_apis/golang.diff"],
158-
sum = "h1:xhO5v3Ac039HesaPqoVUwOy4WhRRJbmo9om245kp+AY=",
159-
version = "v0.0.0-20231207155409-7e33c12ee961",
160-
)
161-
go_repository(
162-
name = "com_github_benbjohnson_clock",
163-
importpath = "github.com/benbjohnson/clock",
164-
sum = "h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=",
165-
version = "v1.1.0",
152+
sum = "h1:pYzFHP6FWkA8FjSyx+Kx99zeyVjiRB1epllcRIMDIbc=",
153+
version = "v0.0.0-20231221155620-d20ae8b97fd3",
166154
)
167155
go_repository(
168156
name = "com_github_beorn7_perks",
@@ -173,21 +161,15 @@ def go_dependencies():
173161
go_repository(
174162
name = "com_github_buildbarn_bb_storage",
175163
importpath = "github.com/buildbarn/bb-storage",
176-
sum = "h1:EFgun+YD7Bd2Ue8t7EQwfOwDXFfgvjfRDjeG6Qk68XU=",
177-
version = "v0.0.0-20231221165007-694d823e9dab",
164+
sum = "h1:j0cPxqp0UUc9v5wU9DyCkj4a6JiyazUb7XZsVymDG2w=",
165+
version = "v0.0.0-20231222105222-e7766ceb0474",
178166
)
179167
go_repository(
180168
name = "com_github_buildbarn_go_xdr",
181169
importpath = "github.com/buildbarn/go-xdr",
182170
sum = "h1:/sKWC0Fs5fXNo/t72BRZRLERg4v2gFoEeg2Mk+a8xak=",
183171
version = "v0.0.0-20231115101217-a9e2aa4cf64b",
184172
)
185-
go_repository(
186-
name = "com_github_burntsushi_toml",
187-
importpath = "github.com/BurntSushi/toml",
188-
sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
189-
version = "v0.3.1",
190-
)
191173
go_repository(
192174
name = "com_github_census_instrumentation_opencensus_proto",
193175
build_extra_args = ["-exclude=src"],
@@ -201,12 +183,6 @@ def go_dependencies():
201183
sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=",
202184
version = "v2.2.0",
203185
)
204-
go_repository(
205-
name = "com_github_client9_misspell",
206-
importpath = "github.com/client9/misspell",
207-
sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
208-
version = "v0.3.4",
209-
)
210186
go_repository(
211187
name = "com_github_cncf_udpa_go",
212188
importpath = "github.com/cncf/udpa/go",
@@ -285,12 +261,6 @@ def go_dependencies():
285261
sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=",
286262
version = "v1.2.2",
287263
)
288-
go_repository(
289-
name = "com_github_go_stack_stack",
290-
importpath = "github.com/go-stack/stack",
291-
sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
292-
version = "v1.8.0",
293-
)
294264
go_repository(
295265
name = "com_github_gogo_protobuf",
296266
importpath = "github.com/gogo/protobuf",
@@ -457,48 +427,18 @@ def go_dependencies():
457427
sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
458428
version = "v0.0.0-20180428030007-95032a82bc51",
459429
)
460-
go_repository(
461-
name = "com_github_kisielk_errcheck",
462-
importpath = "github.com/kisielk/errcheck",
463-
sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
464-
version = "v1.5.0",
465-
)
466-
go_repository(
467-
name = "com_github_kisielk_gotool",
468-
importpath = "github.com/kisielk/gotool",
469-
sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
470-
version = "v1.0.0",
471-
)
472430
go_repository(
473431
name = "com_github_klauspost_compress",
474432
importpath = "github.com/klauspost/compress",
475433
sum = "h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=",
476434
version = "v1.17.4",
477435
)
478-
go_repository(
479-
name = "com_github_konsorten_go_windows_terminal_sequences",
480-
importpath = "github.com/konsorten/go-windows-terminal-sequences",
481-
sum = "h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=",
482-
version = "v1.0.1",
483-
)
484436
go_repository(
485437
name = "com_github_kr_pretty",
486438
importpath = "github.com/kr/pretty",
487439
sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=",
488440
version = "v0.3.1",
489441
)
490-
go_repository(
491-
name = "com_github_kr_pty",
492-
importpath = "github.com/kr/pty",
493-
sum = "h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw=",
494-
version = "v1.1.1",
495-
)
496-
go_repository(
497-
name = "com_github_kr_text",
498-
importpath = "github.com/kr/text",
499-
sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=",
500-
version = "v0.1.0",
501-
)
502442
go_repository(
503443
name = "com_github_kylelemons_godebug",
504444
importpath = "github.com/kylelemons/godebug",
@@ -565,12 +505,6 @@ def go_dependencies():
565505
sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=",
566506
version = "v1.1.0",
567507
)
568-
go_repository(
569-
name = "com_github_pkg_errors",
570-
importpath = "github.com/pkg/errors",
571-
sum = "h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=",
572-
version = "v0.8.1",
573-
)
574508
go_repository(
575509
name = "com_github_pmezard_go_difflib",
576510
importpath = "github.com/pmezard/go-difflib",
@@ -649,12 +583,6 @@ def go_dependencies():
649583
sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=",
650584
version = "v2.1.0",
651585
)
652-
go_repository(
653-
name = "com_github_yuin_goldmark",
654-
importpath = "github.com/yuin/goldmark",
655-
sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=",
656-
version = "v1.4.13",
657-
)
658586
go_repository(
659587
name = "com_google_cloud_go",
660588
importpath = "cloud.google.com/go",
@@ -1503,27 +1431,21 @@ def go_dependencies():
15031431
"-exclude=**/testdata",
15041432
],
15051433
importpath = "google.golang.org/protobuf",
1506-
sum = "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=",
1507-
version = "v1.31.0",
1434+
sum = "h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=",
1435+
version = "v1.32.0",
15081436
)
15091437
go_repository(
15101438
name = "org_golang_x_crypto",
15111439
importpath = "golang.org/x/crypto",
15121440
sum = "h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=",
15131441
version = "v0.16.0",
15141442
)
1515-
go_repository(
1516-
name = "org_golang_x_exp",
1517-
importpath = "golang.org/x/exp",
1518-
sum = "h1:c2HOrn5iMezYjSlGPncknSEr/8x5LELb/ilJbXi9DEA=",
1519-
version = "v0.0.0-20190121172915-509febef88a4",
1520-
)
15211443
go_repository(
15221444
name = "org_golang_x_lint",
15231445
importpath = "golang.org/x/lint",
15241446
patches = ["@com_github_buildbarn_bb_storage//:patches/org_golang_x_lint/generic.diff"],
1525-
sum = "h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI=",
1526-
version = "v0.0.0-20201208152925-83fdc39ff7b5",
1447+
sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
1448+
version = "v0.0.0-20210508222113-6edffad5e616",
15271449
)
15281450
go_repository(
15291451
name = "org_golang_x_mod",
@@ -1590,24 +1512,6 @@ def go_dependencies():
15901512
sum = "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=",
15911513
version = "v0.0.0-20220907171357-04be3eba64a2",
15921514
)
1593-
go_repository(
1594-
name = "org_uber_go_atomic",
1595-
importpath = "go.uber.org/atomic",
1596-
sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=",
1597-
version = "v1.7.0",
1598-
)
1599-
go_repository(
1600-
name = "org_uber_go_goleak",
1601-
importpath = "go.uber.org/goleak",
1602-
sum = "h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0=",
1603-
version = "v1.1.10",
1604-
)
1605-
go_repository(
1606-
name = "org_uber_go_multierr",
1607-
importpath = "go.uber.org/multierr",
1608-
sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=",
1609-
version = "v1.6.0",
1610-
)
16111515
go_repository(
16121516
name = "org_uber_go_zap",
16131517
importpath = "go.uber.org/zap",

pkg/proto/buildqueuestate/buildqueuestate.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/cas/cas.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/completedactionlogger/completed_action_logger.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/configuration/bb_noop_worker/bb_noop_worker.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/configuration/bb_runner/bb_runner.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/configuration/bb_scheduler/bb_scheduler.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/proto/configuration/bb_virtual_tmp/bb_virtual_tmp.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)