aboutsummaryrefslogtreecommitdiff
path: root/tools/compliance/go.mod
blob: 088915a33fa234258f73f8836edb5f50147eb214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module android/soong/tools/compliance

require google.golang.org/protobuf v0.0.0

replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf

require (
	android/soong v0.0.0
	github.com/google/blueprint v0.0.0
)

require golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect

replace android/soong v0.0.0 => ../../../soong

replace github.com/google/blueprint => ../../../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.18