mymobile/go.mod

14 lines
468 B
Modula-2

module git.wit.org/jcarr/my-gomobile
go 1.19
require golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c
require (
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
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
)