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 (
|
2020-01-26 00:39:13 -05:00
|
|
|
github.com/JoshVarga/blast v0.0.0-20180421040937-681c804fb9f0
|
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
|
2020-02-02 12:46:19 -05:00
|
|
|
github.com/beefsack/go-astar v0.0.0-20171024231011-f324bbb0d6f7
|
2020-01-26 00:39:13 -05:00
|
|
|
github.com/go-restruct/restruct v0.0.0-20191227155143-5734170a48a1
|
2020-06-19 02:19:27 -04:00
|
|
|
github.com/hajimehoshi/ebiten v1.11.2
|
2020-06-22 12:43:26 -04:00
|
|
|
github.com/pkg/profile v1.5.0
|
2020-06-18 14:11:04 -04:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
|
2020-06-13 18:32:09 -04:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2019-12-19 20:01:00 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-11-17 00:52:13 -05:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-06-18 14:11:04 -04:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2019-10-26 13:03:22 -04:00
|
|
|
)
|