commandeuropa/go.mod

20 lines
615 B
Modula-2
Raw Normal View History

2022-11-09 22:33:27 +00:00
module code.rocketnine.space/tslocum/commandeuropa
go 1.19
2022-11-09 23:22:56 +00:00
require (
code.rocketnine.space/tslocum/gohan v1.0.0
github.com/hajimehoshi/ebiten/v2 v2.4.12
)
2022-11-09 22:33:27 +00:00
require (
github.com/ebitengine/purego v0.1.0 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/hajimehoshi/file2byteslice v1.0.0 // indirect
github.com/jezek/xgb v1.1.0 // indirect
golang.org/x/exp/shiny v0.0.0-20221109205753-fc8884afc316 // indirect
golang.org/x/image v0.1.0 // indirect
2022-11-10 07:36:00 +00:00
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
2022-11-09 22:33:27 +00:00
golang.org/x/sys v0.2.0 // indirect
)