mymobile/go.mod

12 lines
320 B
Modula-2
Raw Normal View History

2023-03-15 07:37:39 -05:00
module git.wit.org/jcarr/my-gomobile
go 1.19
require golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c
require (
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
)