Skip to content

Commit

Permalink
Upgrade to the latest version of bb-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Oct 30, 2020
1 parent 0a21367 commit ee554d7
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 @@ -7,8 +7,8 @@ require (
contrib.go.opencensus.io/exporter/prometheus v0.2.0 // indirect
github.com/Azure/azure-storage-blob-go v0.10.0 // indirect
github.com/aws/aws-sdk-go v1.33.13
github.com/bazelbuild/remote-apis v0.0.0-20200708200203-1252343900d9
github.com/buildbarn/bb-storage v0.0.0-20200917193456-be1ddb93b029
github.com/bazelbuild/remote-apis v0.0.0-20201030192148-aa8e718768c2
github.com/buildbarn/bb-storage v0.0.0-20201030194121-a89a02790e5a
github.com/go-redis/redis v6.15.8+incompatible // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/mock v1.4.4-0.20200406172829-6d816de489c1
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ github.com/aws/aws-sdk-go v1.33.13 h1:3+AsCrxxnhiUQEhWV+j3kEs7aBCIn2qkDjA+elpxYP
github.com/aws/aws-sdk-go v1.33.13/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/bazelbuild/remote-apis v0.0.0-20200708200203-1252343900d9 h1:cEFRynjrFOjUj9ZQj/ubiVbKPUcMG2kpMIbQkKGYlcI=
github.com/bazelbuild/remote-apis v0.0.0-20200708200203-1252343900d9/go.mod h1:9Y+1FnaNUGVV6wKE0Jdh+mguqDUsyd9uUqokalrC7DQ=
github.com/bazelbuild/remote-apis v0.0.0-20201030192148-aa8e718768c2/go.mod h1:9Y+1FnaNUGVV6wKE0Jdh+mguqDUsyd9uUqokalrC7DQ=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
Expand Down Expand Up @@ -136,6 +137,8 @@ github.com/buildbarn/bb-storage v0.0.0-20200915070217-0efcb2afc433 h1:3HOuAXpEEa
github.com/buildbarn/bb-storage v0.0.0-20200915070217-0efcb2afc433/go.mod h1:aOvstaNocL/hnoEqcSZUJ9iFNsi+ToA/YAFGLTp1xCg=
github.com/buildbarn/bb-storage v0.0.0-20200917193456-be1ddb93b029 h1:zhOzsA5cmzydLGXiFpwEippGOnY2n7caoCmKT6y1m2k=
github.com/buildbarn/bb-storage v0.0.0-20200917193456-be1ddb93b029/go.mod h1:SERa46ZAAywJwCGZ6cBUxEP8VsxjIGhq5N+WsBQuOPc=
github.com/buildbarn/bb-storage v0.0.0-20201030194121-a89a02790e5a h1:bLCzkRbH2Uz+3gAaAF7Okll7JPWzB+YaoK201RqoPDI=
github.com/buildbarn/bb-storage v0.0.0-20201030194121-a89a02790e5a/go.mod h1:OacyIpoPMT5t2zdqnxrf/FhXgshrixyqtF9CdFz0uIc=
github.com/census-instrumentation/opencensus-proto v0.2.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down
13 changes: 5 additions & 8 deletions go_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ def go_dependencies():
go_repository(
name = "com_github_bazelbuild_remote_apis",
importpath = "github.com/bazelbuild/remote-apis",
patches = [
"@com_github_buildbarn_bb_storage//:patches/com_github_bazelbuild_remote_apis/auxiliary_metadata.diff",
"@com_github_buildbarn_bb_storage//:patches/com_github_bazelbuild_remote_apis/golang.diff",
],
sum = "h1:cEFRynjrFOjUj9ZQj/ubiVbKPUcMG2kpMIbQkKGYlcI=",
version = "v0.0.0-20200708200203-1252343900d9",
patches = ["@com_github_buildbarn_bb_storage//:patches/com_github_bazelbuild_remote_apis/golang.diff"],
sum = "h1:in8ww8rHwdcmLN3J9atiRDvAaYHobXBJzp7uAxlUREU=",
version = "v0.0.0-20201030192148-aa8e718768c2",
)
go_repository(
name = "com_github_beorn7_perks",
Expand All @@ -26,8 +23,8 @@ def go_dependencies():
go_repository(
name = "com_github_buildbarn_bb_storage",
importpath = "github.com/buildbarn/bb-storage",
sum = "h1:zhOzsA5cmzydLGXiFpwEippGOnY2n7caoCmKT6y1m2k=",
version = "v0.0.0-20200917193456-be1ddb93b029",
sum = "h1:bLCzkRbH2Uz+3gAaAF7Okll7JPWzB+YaoK201RqoPDI=",
version = "v0.0.0-20201030194121-a89a02790e5a",
)
go_repository(
name = "com_github_golang_mock",
Expand Down

0 comments on commit ee554d7

Please sign in to comment.