-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (45 loc) · 1.58 KB
/
go.mod
File metadata and controls
49 lines (45 loc) · 1.58 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/pidgy/unitehud
go 1.25
// Stable
// gioui v0.0.0-20220113184748-9209fd91431f
// gocv.io/x/gocv v0.28.0
require (
gioui.org v0.4.1
gioui.org/x v0.4.0
git.sr.ht/~jackmordaunt/go-toast v1.0.1
github.com/Microsoft/go-winio v0.6.1
github.com/asticode/go-astikit v0.42.0
github.com/asticode/go-astilectron v0.30.0
github.com/gen2brain/malgo v0.11.10
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.4.0
github.com/guptarohit/asciigraph v0.5.6
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/rupor-github/win-gpg-agent v1.6.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/tc-hib/winres v0.2.1
gocv.io/x/gocv v0.42.0
golang.org/x/sys v0.20.0
nhooyr.io/websocket v1.8.10
)
require (
github.com/hashicorp/go-version v1.6.0
golang.org/x/image v0.18.0
golang.org/x/text v0.16.0
gopkg.in/ini.v1 v1.67.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-text/typesetting v0.0.0-20231202102523-0024ac628562 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/exp/shiny v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)