0be07c2279
because it requires android/soong which uses go 1.21 Bug: 3141333041 Test: go test ./... Change-Id: I184e6165beafab337b09cd87fd02748e49c65650
29 lines
791 B
Modula-2
29 lines
791 B
Modula-2
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
|
|
github.com/spdx/tools-golang v0.0.0
|
|
)
|
|
|
|
replace github.com/spdx/tools-golang v0.0.0 => ../../../../external/spdx-tools
|
|
|
|
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.21
|