blob: 14444b3cb77241080f56ed2ac578c71aa7161873 [file] [log] [blame]
Dan Willemsenee742032018-07-21 13:17:19 -07001module android/soong
2
Dan Willemsen4591b642021-05-24 14:24:12 -07003require google.golang.org/protobuf v0.0.0
Dan Willemsenee742032018-07-21 13:17:19 -07004
5require github.com/google/blueprint v0.0.0
6
Dan Willemsen4591b642021-05-24 14:24:12 -07007replace google.golang.org/protobuf v0.0.0 => ../../external/golang-protobuf
Dan Willemsenee742032018-07-21 13:17:19 -07008
9replace github.com/google/blueprint v0.0.0 => ../blueprint
Jaewoong Jung5188e232019-10-11 09:51:43 -070010
Dan Willemsen54d2e212021-07-29 13:34:22 -070011// Indirect deps from golang-protobuf
12exclude github.com/golang/protobuf v1.5.0
13
14replace github.com/google/go-cmp v0.5.5 => ../../external/go-cmp
15
16// Indirect dep from go-cmp
17exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
18
Colin Cross3d4acdd2021-01-08 01:28:29 +000019go 1.15