mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-12 03:26:31 -05:00
18 lines
733 B
Modula-2
18 lines
733 B
Modula-2
module github.com/OpenDiablo2/OpenDiablo2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/JoshVarga/blast v0.0.0-20180421040937-681c804fb9f0
|
|
github.com/OpenDiablo2/D2Shared v0.0.0-20191117053631-b0c159330365
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191117152313-63f9ac2ccc2a
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/profile v1.3.0
|
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
|
|
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
|
|
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|