-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
go.mod
30 lines (28 loc) · 1.49 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/OpenDiablo2/HellSpawner
go 1.16
require (
github.com/OpenDiablo2/OpenDiablo2 v0.0.0-20210514222603-a688d660a0f7
github.com/OpenDiablo2/dialog v0.0.0-20201230220514-26162241209f
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/enriquebris/goconcurrentqueue v0.6.0
github.com/faiface/beep v1.0.2
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/go-resty/resty/v2 v2.6.0 // indirect
github.com/gravestench/osinfo v0.0.0-20210525170338-34eb1ac010f7
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/ianling/giu v0.5.1-0.20210619154109-b35b66c84649
github.com/ianling/imgui-go v1.12.1-0.20210420174252-e90a22fb87e6
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/ozankasikci/go-image-merge v0.2.3-0.20210426105355-ce64427c0c12
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/russross/blackfriday v1.6.0
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/exp v0.0.0-20210526181343-b47a03e3048a // indirect
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
golang.org/x/mobile v0.0.0-20210527171505-7e972142eb43 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
)