Skip to content

Commit f0fbe96

Browse files
authored
Bumps git ref for bb-storage (#53)
Bumps the git ref to bb-storage to its most recent, to pull in recent changes to the http proto definition.
1 parent a644003 commit f0fbe96

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git_override(
1919

2020
git_override(
2121
module_name = "com_github_buildbarn_bb_storage",
22-
commit = "dee7e428a0bd962b192512aad8f3ff76dcc0f437",
22+
commit = "118cb9ca2a7df1cbac6d51c7f1cc3156cae06446",
2323
remote = "https://github.com/buildbarn/bb-storage.git",
2424
)
2525

MODULE.bazel.lock

+14-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954
1010
github.com/bazelbuild/remote-apis v0.0.0-20240319211552-96942a2107c7
1111
github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8
12-
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd
12+
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d
1313
github.com/buildkite/terminal-to-html v3.2.0+incompatible
1414
github.com/dustin/go-humanize v1.0.1
1515
github.com/gorilla/mux v1.8.1

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8 h1:5
6969
github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8/go.mod h1:znbMNc0OwrbMXLddJSfZaVSVhHfjVja05/ourZA30eo=
7070
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd h1:6GeYkbQurtcCfPjzCHux3iPo4eby72CxsE1QrDSJBAg=
7171
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd/go.mod h1:C4+j4QJ0gapWsJ9xBkktZJBcLUDuvTacOGlSardmAnc=
72+
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d h1:CS5Fqi4ZL8MswhQJOhZBCRRCfklDGDdLACB/mjgAk+I=
73+
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d/go.mod h1:C4+j4QJ0gapWsJ9xBkktZJBcLUDuvTacOGlSardmAnc=
7274
github.com/buildkite/terminal-to-html v3.2.0+incompatible h1:WdXzl7ZmYzCAz4pElZosPaUlRTW+qwVx/SkQSCa1jXs=
7375
github.com/buildkite/terminal-to-html v3.2.0+incompatible/go.mod h1:BFFdFecOxCgjdcarqI+8izs6v85CU/1RA/4Bqh4GR7E=
7476
github.com/campoy/embedmd v1.0.0 h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=

0 commit comments

Comments
 (0)