citylimits/go.mod

23 lines
857 B
Modula-2
Raw Normal View History

2022-01-09 17:10:40 +00:00
module code.rocketnine.space/tslocum/citylimits
go 1.17
require (
code.rocketnine.space/tslocum/gohan v0.0.0-20220106015515-0231e09ad78e
github.com/hajimehoshi/ebiten/v2 v2.2.3
github.com/lafriks/go-tiled v0.6.0
2022-01-10 21:15:03 +00:00
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
2022-01-09 17:10:40 +00:00
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.5 // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp v0.0.0-20220104160115-025e73f80486 // indirect
golang.org/x/mobile v0.0.0-20220104184238-4a8be17bd2e3 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2022-01-10 21:15:03 +00:00
golang.org/x/sys v0.0.0-20220110181412-a018aaa089fe // indirect
2022-01-09 17:10:40 +00:00
)