module github.com/OpenDiablo2/OpenDiablo2 go 1.14 require ( github.com/JoshVarga/blast v0.0.0-20180421040937-681c804fb9f0 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect github.com/go-restruct/restruct v1.2.0-alpha 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 github.com/pkg/profile v1.5.0 github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac github.com/stretchr/testify v1.4.0 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 gopkg.in/sourcemap.v1 v1.0.5 // indirect )