Skip to content

Commit

Permalink
Upgrade remote-apis to the latest upstream version
Browse files Browse the repository at this point in the history
This allows us to get rid of a local patch. This one has been merged as
part of PR #154:

bazelbuild/remote-apis#154
  • Loading branch information
EdSchouten committed Oct 30, 2020
1 parent be1ddb9 commit a89a027
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/DataDog/sketches-go v0.0.0-20190923095040-43f19ad77ff7 // indirect
github.com/aws/aws-sdk-go v1.33.12
github.com/bazelbuild/remote-apis v0.0.0-20200708200203-1252343900d9
github.com/bazelbuild/remote-apis v0.0.0-20201030192148-aa8e718768c2
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/go-redis/redis/v8 v8.0.0
github.com/go-redis/redisext v0.1.7
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ github.com/aws/aws-sdk-go v1.33.12 h1:eydMoSwfrSTD9PWKUJOiDL7+/UwDW8AjInUGVE5Llh
github.com/aws/aws-sdk-go v1.33.12/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 h1:in8ww8rHwdcmLN3J9atiRDvAaYHobXBJzp7uAxlUREU=
github.com/bazelbuild/remote-apis v0.0.0-20201030192148-aa8e718768c2/go.mod h1:9Y+1FnaNUGVV6wKE0Jdh+mguqDUsyd9uUqokalrC7DQ=
github.com/benbjohnson/clock v1.0.3 h1:vkLuvpK4fmtSCuo60+yC63p7y0BmQ8gm5ZXGuBCJyXg=
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=
Expand Down
9 changes: 3 additions & 6 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 Down
24 changes: 0 additions & 24 deletions patches/com_github_bazelbuild_remote_apis/auxiliary_metadata.diff

This file was deleted.

0 comments on commit a89a027

Please sign in to comment.