platform_system_sepolicy/build/soong/go.mod
Sasha Smundak 43e9a404bf Add go.mod for build/soong
Test: treehugger
Change-Id: Id69d6cb94cff7efd082a127ea6def7db6c5422fc
2022-08-11 17:18:13 -07:00

23 lines
640 B
Modula-2

module android/soong/sepolicy
require (
android/soong v0.0.0
github.com/google/blueprint v0.0.0
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
)
replace android/soong v0.0.0 => ../../../../build/soong
replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf
replace github.com/google/blueprint v0.0.0 => ../../../../build/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.13