Files
build_soong/go.work
Cole Faust 487b144fe0 Cleanup more bazel code
Bug: 315353489
Test: m nothing --no-skip-soong-tests
Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
2024-06-25 11:02:38 -07:00

18 lines
432 B
Plaintext

go 1.22
use (
.
../../external/go-cmp
../../external/golang-protobuf
../../external/starlark-go
../blueprint
)
replace (
github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
github.com/google/blueprint v0.0.0 => ../blueprint
github.com/google/go-cmp v0.0.0 => ../../external/go-cmp
google.golang.org/protobuf v0.0.0 => ../../external/golang-protobuf
go.starlark.net v0.0.0 => ../../external/starlark-go
)