2019-12-31 01:55:58 +00:00
|
|
|
module code.ur.gs/lupine/ordoor
|
2019-10-08 22:28:45 +01:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
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-04-17 21:59:47 +01:00
|
|
|
github.com/hajimehoshi/ebiten v1.11.0
|
2020-03-31 22:31:10 +01:00
|
|
|
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
|
2020-04-16 15:39:06 +01:00
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
2020-03-31 22:31:10 +01:00
|
|
|
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
|
2020-04-17 21:59:47 +01:00
|
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
2020-03-31 22:31:10 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-10-08 22:28:45 +01:00
|
|
|
)
|