2019-11-02 17:38:39 -04:00
|
|
|
module github.com/OpenDiablo2/OpenDiablo2
|
2019-10-26 13:03:22 -04:00
|
|
|
|
2019-11-08 16:50:33 -05:00
|
|
|
go 1.12
|
2019-10-26 13:03:22 -04:00
|
|
|
|
|
|
|
require (
|
2019-12-16 22:23:01 -05:00
|
|
|
github.com/OpenDiablo2/D2Shared v0.0.0-20191217031331-027f7bbcb9fc
|
2019-11-17 00:52:13 -05:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2019-11-21 22:00:37 -05:00
|
|
|
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea
|
2019-10-30 01:09:39 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-11-06 18:25:19 -05:00
|
|
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
|
2019-11-15 13:40:26 -05:00
|
|
|
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect
|
2019-11-17 00:52:13 -05:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-10-26 13:03:22 -04:00
|
|
|
)
|