boxcars/go.mod

30 lines
1.3 KiB
Modula-2
Raw Normal View History

2021-08-19 06:57:40 +00:00
module code.rocketnine.space/tslocum/boxcars
go 1.17
require (
2021-10-01 01:04:04 +00:00
code.rocketnine.space/tslocum/fibs v0.0.0-20211001010223-882585bf240f
code.rocketnine.space/tslocum/kibodo v0.0.0-20210917002454-47a7751c7a48
github.com/hajimehoshi/ebiten/v2 v2.3.0-alpha.0.20210930150419-0b4bfd471fa9
github.com/llgcode/draw2d v0.0.0-20210904075650-80aa0a2a901d
2021-08-19 06:57:40 +00:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2021-09-15 01:20:46 +00:00
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
2021-10-01 01:04:04 +00:00
github.com/klauspost/compress v1.13.6 // indirect
2021-09-13 00:21:35 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
2021-08-26 03:30:04 +00:00
github.com/reiver/go-oi v1.0.0 // indirect
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e // indirect
2021-10-01 01:04:04 +00:00
golang.org/x/exp v0.0.0-20210916165020-5cb4fee858ee // indirect
golang.org/x/mobile v0.0.0-20210924032853-1c027f395ef7 // indirect
2021-08-19 06:57:40 +00:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2021-10-01 01:04:04 +00:00
golang.org/x/sys v0.0.0-20210930212924-f542c8878de8 // indirect
2021-08-26 03:30:04 +00:00
golang.org/x/text v0.3.7 // indirect
nhooyr.io/websocket v1.8.7 // indirect
2021-08-19 06:57:40 +00:00
)