OpenDiablo2/go.mod

18 lines
636 B
Modula-2
Raw Normal View History

module github.com/OpenDiablo2/OpenDiablo2
2019-10-26 17:03:22 +00:00
go 1.14
2019-10-26 17:03:22 +00:00
require (
github.com/JoshVarga/blast v0.0.0-20180421040937-681c804fb9f0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/go-restruct/restruct v0.0.0-20191227155143-5734170a48a1
2020-06-19 06:19:27 +00:00
github.com/hajimehoshi/ebiten v1.11.2
2020-06-22 16:43:26 +00:00
github.com/pkg/profile v1.5.0
2020-06-18 18:11:04 +00:00
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2020-06-18 18:11:04 +00:00
gopkg.in/sourcemap.v1 v1.0.5 // indirect
2019-10-26 17:03:22 +00:00
)