Skip to content

Commit

Permalink
Update builbarn components 2023-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnation committed Dec 18, 2023
1 parent 1cc97a6 commit 3fa3470
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ replace golang.org/x/tools => golang.org/x/tools v0.8.0
require (
github.com/bazelbuild/rules_go v0.39.1
github.com/buildbarn/bb-browser v0.0.0-20231103134227-794e38071d7a
github.com/buildbarn/bb-remote-execution v0.0.0-20231115102501-022742f996d6
github.com/buildbarn/bb-storage v0.0.0-20231205110558-8de3263d2a60
github.com/buildbarn/bb-remote-execution v0.0.0-20231013134954-e95e066eb624
github.com/buildbarn/bb-storage v0.0.0-20231216205759-b14f4ae4a857
mvdan.cc/gofumpt v0.5.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ 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-browser v0.0.0-20231103134227-794e38071d7a h1:vdHw5gKkeTaTvaOufGlqsjBQNNQuJBa3E4+bStlJhKY=
github.com/buildbarn/bb-browser v0.0.0-20231103134227-794e38071d7a/go.mod h1:fcVAYhduv/rnjP5OejRS/KCPKva2jUegcTdvEQqog9s=
github.com/buildbarn/bb-remote-execution v0.0.0-20231115102501-022742f996d6 h1:6Ah6Yyr0eDDlk0/XP9awgMF2qbTk3Mgz9k9KmBmCIBs=
github.com/buildbarn/bb-remote-execution v0.0.0-20231115102501-022742f996d6/go.mod h1:L7pq3XpcUalf29DaeArpX1h7u11no2TxIJUuhupirJk=
github.com/buildbarn/bb-storage v0.0.0-20231205110558-8de3263d2a60 h1:OkdOv+8YyAuDisWdKtWnx+qpw+/rrtGRad1YvKiDZTk=
github.com/buildbarn/bb-storage v0.0.0-20231205110558-8de3263d2a60/go.mod h1:/FlOPiQFmWIyRcHSMAbX9+MX439C8F1pNlHLDAZSGgo=
github.com/buildbarn/bb-remote-execution v0.0.0-20231013134954-e95e066eb624 h1:Grlec3SC1JAD2jWqWsFA/DXrBfBrBvWWPOF2/RMFJYQ=
github.com/buildbarn/bb-remote-execution v0.0.0-20231013134954-e95e066eb624/go.mod h1:hADjYdnVb0O8fiIFn7/jXzOUn/4SJstcG6PkVTVDvRA=
github.com/buildbarn/bb-storage v0.0.0-20231216205759-b14f4ae4a857 h1:RY9vjnQFWAE8DzeRiAO1edSMrwZlR8NHn9nt2SSI15k=
github.com/buildbarn/bb-storage v0.0.0-20231216205759-b14f4ae4a857/go.mod h1:/FlOPiQFmWIyRcHSMAbX9+MX439C8F1pNlHLDAZSGgo=
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b h1:/sKWC0Fs5fXNo/t72BRZRLERg4v2gFoEeg2Mk+a8xak=
github.com/buildbarn/go-xdr v0.0.0-20231115101217-a9e2aa4cf64b/go.mod h1:VwInghBSUyPtNBhl7o2oCUnxOCTGgySJnRTO1Kh7XuI=
github.com/buildkite/terminal-to-html v3.2.0+incompatible h1:WdXzl7ZmYzCAz4pElZosPaUlRTW+qwVx/SkQSCa1jXs=
Expand Down
8 changes: 4 additions & 4 deletions go_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ def go_dependencies():
go_repository(
name = "com_github_buildbarn_bb_remote_execution",
importpath = "github.com/buildbarn/bb-remote-execution",
sum = "h1:6Ah6Yyr0eDDlk0/XP9awgMF2qbTk3Mgz9k9KmBmCIBs=",
version = "v0.0.0-20231115102501-022742f996d6",
sum = "h1:Grlec3SC1JAD2jWqWsFA/DXrBfBrBvWWPOF2/RMFJYQ=",
version = "v0.0.0-20231013134954-e95e066eb624",
)
go_repository(
name = "com_github_buildbarn_bb_storage",
importpath = "github.com/buildbarn/bb-storage",
sum = "h1:OkdOv+8YyAuDisWdKtWnx+qpw+/rrtGRad1YvKiDZTk=",
version = "v0.0.0-20231205110558-8de3263d2a60",
sum = "h1:RY9vjnQFWAE8DzeRiAO1edSMrwZlR8NHn9nt2SSI15k=",
version = "v0.0.0-20231216205759-b14f4ae4a857",
)
go_repository(
name = "com_github_buildbarn_go_xdr",
Expand Down

0 comments on commit 3fa3470

Please sign in to comment.