OpenDiablo2/go.mod

22 lines
797 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
2021-03-24 15:02:10 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-restruct/restruct v1.2.0-alpha
github.com/google/uuid v1.1.2
github.com/gravestench/akara v0.0.0-20201014060234-a64208a7fd3c
github.com/hajimehoshi/ebiten/v2 v2.0.2
2021-03-24 15:02:10 +00:00
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
2020-06-22 16:43:26 +00:00
github.com/pkg/profile v1.5.0
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
2021-03-24 15:02:10 +00:00
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
2021-03-24 15:02:10 +00:00
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
2020-06-18 18:11:04 +00:00
gopkg.in/sourcemap.v1 v1.0.5 // indirect
2019-10-26 17:03:22 +00:00
)