edbit/go.mod

18 lines
587 B
Modula-2
Raw Normal View History

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