go.mod: Add indirect exclusions/redirections from golang-protobuf upgrade am: 54d2e21fa8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1782247 Change-Id: Ibe4366e9de565e782d660fe5cb74e859aba39aa1
This commit is contained in:
8
go.mod
8
go.mod
@@ -8,4 +8,12 @@ replace google.golang.org/protobuf v0.0.0 => ../../external/golang-protobuf
|
||||
|
||||
replace github.com/google/blueprint v0.0.0 => ../blueprint
|
||||
|
||||
// Indirect deps from golang-protobuf
|
||||
exclude github.com/golang/protobuf v1.5.0
|
||||
|
||||
replace github.com/google/go-cmp v0.5.5 => ../../external/go-cmp
|
||||
|
||||
// Indirect dep from go-cmp
|
||||
exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
||||
|
||||
go 1.15
|
||||
|
Reference in New Issue
Block a user