monovania/go.mod

24 lines
874 B
Modula-2
Raw Normal View History

2021-11-16 18:38:24 +00:00
module code.rocketnine.space/tslocum/monovania
go 1.17
replace code.rocketnine.space/tslocum/gohan => /home/trevor/programming/gohan
require (
code.rocketnine.space/tslocum/gohan v0.0.0-20211122191828-8d4dabd62e76
github.com/hajimehoshi/ebiten/v2 v2.2.2
github.com/lafriks/go-tiled v0.5.0
golang.org/x/text v0.3.7
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
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-20211122174006-ba1b3c356383 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/mobile v0.0.0-20211109191125-d61a72f26a1a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
)