2
0
mirror of synced 2025-02-24 15:28:28 +00:00
mobile/go.mod
Hana (Hyang-Ah) Kim 122ae57121 go.mod: update golang.org/x/tools@316ba0b
We plan to move example/ivy to a separate module by adding go.mod
in the directory. That change will break gobind tests that depend
on golang.org/x/tools/packages/packagestest which didn't handle
nested module directories. Update the dependency to pick up the fix
(https://go-review.googlesource.com/c/tools/+/358037)

Change-Id: Ie333093a7f48e50623738ff7c18748161ce62175
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/357617
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Peter Weinberger <pjw@google.com>
2021-10-27 13:47:05 +00:00

11 lines
239 B
Modula-2

module golang.org/x/mobile
go 1.16
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.8-0.20211022200916-316ba0b74098
)