Files
build/tools/compliance/go.mod
Cole Faust 9a6e468646 Update go.mod and go.work for go 1.22
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
2024-05-23 16:28:15 -07:00

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
)