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>
11 lines
239 B
Modula-2
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
|
|
)
|