2
0
mirror of synced 2025-02-23 14:58:12 +00:00
mobile/go.mod
Jay Conrod 7e972142eb all: update golang.org/x/tools to v0.1.2
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>
2021-05-27 17:15:05 +00:00

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
)