edbit/go.mod

18 lines
587 B
Modula-2

module code.rocketnine.space/tslocum/edbit
go 1.17
require (
github.com/hajimehoshi/ebiten/v2 v2.2.1
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
golang.org/x/exp v0.0.0-20211102154824-3b956f2825b8 // indirect
golang.org/x/mobile v0.0.0-20211102000317-2ab7fee9df46 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
)