376b6b6378
Test: m compliance_sbom Test: go test ./... Fixes: 285157766 BUG: 282746032 Change-Id: I5cc39f45f7ac3d9c574e2ebaa7fdfda864cb109d
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.18
|