1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-10 18:00:42 +00:00
OpenDiablo2/go.mod

23 lines
906 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-02-26 09:56:06 +00:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
github.com/go-restruct/restruct v1.2.0-alpha
2021-02-26 09:56:06 +00:00
github.com/google/uuid v1.2.0
github.com/gravestench/akara v0.0.0-20210116041952-513d453f9ca8
github.com/hajimehoshi/ebiten/v2 v2.0.6
github.com/hajimehoshi/oto v0.7.1 // 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
github.com/stretchr/testify v1.4.0
2021-02-26 09:56:06 +00:00
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // 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
)