Files
ordoor/go.mod

16 lines
511 B
Modula-2
Raw Normal View History

2019-12-31 01:55:58 +00:00
module code.ur.gs/lupine/ordoor
2019-10-08 22:28:45 +01:00
2020-11-21 19:27:09 +00:00
go 1.15
2019-10-08 22:28:45 +01:00
require (
github.com/BurntSushi/toml v0.3.1
2020-04-15 21:11:01 +01:00
github.com/emef/bitfield v0.0.0-20170503144143-7d3f8f823065
2020-11-21 19:27:09 +00:00
github.com/hajimehoshi/ebiten/v2 v2.0.0
2020-03-31 22:31:10 +01:00
github.com/kr/text v0.2.0 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
github.com/samuel/go-pcx v0.0.0-20180426214139-d9c017170db4
github.com/stretchr/testify v1.5.1
2020-03-31 22:31:10 +01:00
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
2020-11-21 19:27:09 +00:00
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
2019-10-08 22:28:45 +01:00
)