Skip to content

Commit

Permalink
Bumps git reference to bb-storage (#139)
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 f5844be commit d42ff45
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "toolchains_llvm", version = "1.0.0")

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

Expand Down
28 changes: 13 additions & 15 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 (
cloud.google.com/go/longrunning v0.5.6
github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954
github.com/bazelbuild/remote-apis v0.0.0-20240319211552-96942a2107c7
github.com/buildbarn/bb-storage v0.0.0-20240401072224-dee7e428a0bd
github.com/buildbarn/bb-storage v0.0.0-20240612173029-118cb9ca2a7d
github.com/buildbarn/go-xdr v0.0.0-20240330061811-9cb8426d3e09
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
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/buildbarn/go-xdr v0.0.0-20240330061811-9cb8426d3e09 h1:ozrt5fA2y0Nnnl4LHCWVuLNhoBX9KzcPm0X9nNr9yZM=
github.com/buildbarn/go-xdr v0.0.0-20240330061811-9cb8426d3e09/go.mod h1:mnTFeBEr6A2gouVtVOhwu7EPU8Fs66KpryWGAED+XCE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down

0 comments on commit d42ff45

Please sign in to comment.