Skip to content

Commit

Permalink
Apply the pull requests
Browse files Browse the repository at this point in the history
This is step three of three to verify the solution to:
buildbarn/bb-remote-execution#115
  • Loading branch information
stagnation committed Sep 12, 2023
1 parent d653999 commit 37cff03
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions go_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,17 @@ def go_dependencies():
go_repository(
name = "com_github_buildbarn_bb_remote_execution",
importpath = "github.com/buildbarn/bb-remote-execution",
sum = "h1:BKoGfhCfn5IA4JRLMB7I4yHsM06fLvOc/zwzSxEuNrY=",
version = "v0.0.0-20230905173453-70efb72857b0",
remote = "https://github.com/stagnation/bb-remote-execution",
vcs = "git",
commit = "01729791c366b6d713bf4f5e6c706cb274292539",
)

go_repository(
name = "com_github_buildbarn_bb_storage",
importpath = "github.com/buildbarn/bb-storage",
sum = "h1:z9yMGmzNNjhC2KnxYGfP8bPk1/l3jpd3+rb+1YkhQg4=",
version = "v0.0.0-20230905110346-c04246b462b6",
remote = "https://github.com/stagnation/bb-storage",
vcs = "git",
commit = "58bf2fed198fad8d60af26419fa0548e897165a8",
)
go_repository(
name = "com_github_buildbarn_go_xdr",
Expand Down

0 comments on commit 37cff03

Please sign in to comment.