2019-11-02 17:38:39 -04:00
|
|
|
module github.com/OpenDiablo2/OpenDiablo2
|
2019-10-26 13:03:22 -04:00
|
|
|
|
2019-11-08 16:50:33 -05:00
|
|
|
go 1.12
|
2019-10-26 13:03:22 -04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/JoshVarga/blast v0.0.0-20180421040937-681c804fb9f0
|
2019-11-08 16:50:33 -05:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
2019-10-31 21:17:13 -04:00
|
|
|
github.com/giorgisio/goav v0.1.0
|
2019-11-08 16:50:33 -05:00
|
|
|
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect
|
2019-11-06 18:25:19 -05:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
|
|
|
|
github.com/gopherjs/gopherwasm v1.1.0 // indirect
|
2019-11-08 16:50:33 -05:00
|
|
|
github.com/hajimehoshi/ebiten v1.10.1-0.20191108205544-35436ea50457
|
|
|
|
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
|
2019-11-10 03:36:53 -05:00
|
|
|
github.com/mewspring/tools v0.0.0-20191031203036-122e7c80ae0a // indirect
|
2019-10-30 01:09:39 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-11-08 16:50:33 -05:00
|
|
|
github.com/pkg/profile v1.3.0
|
2019-11-06 18:25:19 -05:00
|
|
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
|
2019-11-08 16:50:33 -05:00
|
|
|
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
|
2019-11-06 18:25:19 -05:00
|
|
|
golang.org/x/mobile v0.0.0-20191031020345-0945064e013a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
|
2019-11-10 03:36:53 -05:00
|
|
|
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101 // indirect
|
2019-10-26 13:03:22 -04:00
|
|
|
)
|