1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-20 12:04:18 -04:00
OpenDiablo2/go.mod
ndechiara 1c2b4869a1 Migrate out d2common d2helper d2data modules (#195)
* Switch items to dynamic load with a common struct, add misc.txt loading
* Update Ebiten Reference
* Switch references to point to D2Shared
* Migrate part 2
2019-11-17 00:16:33 -05:00

14 lines
492 B
Modula-2

module github.com/OpenDiablo2/OpenDiablo2
go 1.12
require (
github.com/OpenDiablo2/D2Shared v0.0.0-20191117044836-c56c888bec7d
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191116200143-acc933b7c399
github.com/hajimehoshi/oto v0.5.3 // indirect
github.com/mitchellh/go-homedir v1.1.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
)