2019-11-02 17:38:39 -04:00
|
|
|
module github.com/OpenDiablo2/OpenDiablo2
|
2019-10-26 13:03:22 -04:00
|
|
|
|
2020-06-23 22:15:31 -04:00
|
|
|
go 1.14
|
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
|
2021-01-10 02:44:42 -05:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
2020-10-28 21:02:12 -04:00
|
|
|
github.com/go-restruct/restruct v1.2.0-alpha
|
2020-09-23 13:30:15 -04:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-10-28 13:52:15 -04:00
|
|
|
github.com/gravestench/akara v0.0.0-20201014060234-a64208a7fd3c
|
2020-12-15 09:50:33 -05:00
|
|
|
github.com/hajimehoshi/ebiten/v2 v2.0.2
|
2020-10-28 21:02:12 -04:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-06-22 12:43:26 -04:00
|
|
|
github.com/pkg/profile v1.5.0
|
2020-10-28 21:02:12 -04:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
|
2020-07-26 13:06:37 -04:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-10-28 21:02:12 -04:00
|
|
|
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
|
2020-10-28 14:17:42 -04:00
|
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
2020-10-28 21:02:12 -04:00
|
|
|
golang.org/x/sys v0.0.0-20201028215240-c5abc1b1d397 // indirect
|
2020-06-18 14:11:04 -04:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2019-10-26 13:03:22 -04:00
|
|
|
)
|