d7eac17f46
Raising the go.mod version to 1.17 or higher enables module graph pruning (https://go.dev/ref/mod#graph-pruning), which prevents the go tools like "go build ./..." from loading unused transitive dependencies, including ones that are missing from our tree. Bug: 314133304 Test: prebuilts/build-tools/build-prebuilts.sh Change-Id: If1cc0fda1dc744e65fc3367b7f44b8c91230e5ce
7 lines
144 B
Modula-2
7 lines
144 B
Modula-2
module rbcrun
|
|
|
|
require go.starlark.net v0.0.0-20201006213952-227f4aabceb5
|
|
|
|
replace go.starlark.net => ../../../../external/starlark-go
|
|
|
|
go 1.21
|