monovania/go.mod

23 lines
844 B
Modula-2
Raw Normal View History

2021-11-16 18:38:24 +00:00
module code.rocketnine.space/tslocum/monovania
go 1.17
require (
code.rocketnine.space/tslocum/gohan v0.0.0-20211210034951-3c7785e5e57f
2021-12-08 05:11:47 +00:00
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/hajimehoshi/ebiten/v2 v2.2.3
2021-11-16 18:38:24 +00:00
github.com/lafriks/go-tiled v0.5.0
2021-12-08 05:11:47 +00:00
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
2021-11-16 18:38:24 +00:00
golang.org/x/text v0.3.7
)
require (
2021-12-08 05:11:47 +00:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211204153444-caad923f49f4 // indirect
2021-11-16 18:38:24 +00:00
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.4 // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
golang.org/x/exp v0.0.0-20211209182145-6e94b45d164d // indirect
2021-12-08 05:11:47 +00:00
golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee // indirect
2021-11-16 18:38:24 +00:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211209171907-798191bca915 // indirect
2021-11-16 18:38:24 +00:00
)