blob: 8c1a9f0119f41488e58b297f80aa9713e985432f [file] [log] [blame]
Dan Willemsenee742032018-07-21 13:17:19 -07001module android/soong
2
Sam Delmerico105a7042022-08-29 22:24:10 +00003require google.golang.org/protobuf v0.0.0
4
5require github.com/google/blueprint v0.0.0
Dan Willemsenee742032018-07-21 13:17:19 -07006
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
Usta Shrestha6298cc52022-05-27 17:40:21 -040019go 1.18