Skip to content

Commit

Permalink
Bumps git ref for bb-storage (#53)
Browse files Browse the repository at this point in the history
Bumps the git ref to bb-storage to its most recent, to pull in recent changes to the http proto definition.
  • Loading branch information
alexnovak authored Jun 13, 2024
1 parent a644003 commit f0fbe96
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git_override(

git_override(
module_name = "com_github_buildbarn_bb_storage",
commit = "dee7e428a0bd962b192512aad8f3ff76dcc0f437",
commit = "118cb9ca2a7df1cbac6d51c7f1cc3156cae06446",
remote = "https://github.com/buildbarn/bb-storage.git",
)

Expand Down
30 changes: 14 additions & 16 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954
github.com/bazelbuild/remote-apis v0.0.0-20240319211552-96942a2107c7
github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d
github.com/buildkite/terminal-to-html v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.1
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8 h1:5
github.com/buildbarn/bb-remote-execution v0.0.0-20240401130706-ea22f37f62b8/go.mod h1:znbMNc0OwrbMXLddJSfZaVSVhHfjVja05/ourZA30eo=
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd h1:6GeYkbQurtcCfPjzCHux3iPo4eby72CxsE1QrDSJBAg=
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd/go.mod h1:C4+j4QJ0gapWsJ9xBkktZJBcLUDuvTacOGlSardmAnc=
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d h1:CS5Fqi4ZL8MswhQJOhZBCRRCfklDGDdLACB/mjgAk+I=
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d/go.mod h1:C4+j4QJ0gapWsJ9xBkktZJBcLUDuvTacOGlSardmAnc=
github.com/buildkite/terminal-to-html v3.2.0+incompatible h1:WdXzl7ZmYzCAz4pElZosPaUlRTW+qwVx/SkQSCa1jXs=
github.com/buildkite/terminal-to-html v3.2.0+incompatible/go.mod h1:BFFdFecOxCgjdcarqI+8izs6v85CU/1RA/4Bqh4GR7E=
github.com/campoy/embedmd v1.0.0 h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=
Expand Down

0 comments on commit f0fbe96

Please sign in to comment.