Go 1.22 is more strict about GOPROXY=off, so we need to update the go.work file to point at local copies of dependencies. Bug: 330574836 Test: Presubmits Change-Id: I37dbc821f138fe8977636316ebe3e7986ccdfa0e
12 lines
223 B
Modula-2
12 lines
223 B
Modula-2
go 1.22
|
|
|
|
module android/soong/tools/compliance
|
|
|
|
require (
|
|
github.com/google/blueprint v0.0.0
|
|
android/soong v0.0.0
|
|
google.golang.org/protobuf v0.0.0
|
|
github.com/spdx/tools-golang v0.0.0
|
|
github.com/google/go-cmp v0.0.0
|
|
)
|