This should fix an incompatibility between golang.org/x/tools/go/packages/packagestest and Go 1.17. Fixes golang/go#46418 Change-Id: If1416f53685632d705e7814354f792eb30de88a2 Reviewed-on: https://go-review.googlesource.com/c/mobile/+/323149 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org>
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module golang.org/x/mobile
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/tools v0.1.2
|
|
)
|