mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-04 07:37:48 -05:00
20 lines
760 B
Modula-2
20 lines
760 B
Modula-2
module github.com/OpenDiablo2/OpenDiablo2
|
|
|
|
go 1.14
|
|
|
|
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-20201120081800-1786d5ef83d4 // indirect
|
|
github.com/go-restruct/restruct v1.2.0-alpha
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gravestench/akara v0.0.0-20201202061557-d347a52d5532
|
|
github.com/gravestench/pho v0.0.0-20201029002250-f9afbd637e4d
|
|
github.com/hajimehoshi/ebiten/v2 v2.0.1
|
|
github.com/pkg/profile v1.5.0
|
|
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|