-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (50 loc) · 2.08 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (50 loc) · 2.08 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
50
51
52
53
54
module TcNo-Acc-Switcher
go 1.26.5
require (
github.com/Jleagle/steam-go v0.0.0-20260702210647-a0025544c8f4
github.com/Microsoft/go-winio v0.6.2
github.com/antchfx/htmlquery v1.3.6
github.com/go-ctap/ctaphid v0.7.0
github.com/go-ctap/winhello v0.1.0
github.com/go-ole/go-ole v1.3.0
github.com/google/uuid v1.6.0
github.com/hugolgst/rich-go v0.0.0-20240715122152-74618cc1ace2
github.com/jchv/go-winloader v0.0.0-20250406163304-c1995be93bd1
github.com/ldclabs/cose v1.4.0
github.com/makiuchi-d/gozxing v0.1.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/syndtr/goleveldb v1.0.0
github.com/tc-hib/winres v0.3.1
github.com/tidwall/gjson v1.19.0
github.com/tidwall/sjson v1.2.5
github.com/wailsapp/wails/v3 v3.0.0-beta.16
golang.org/x/crypto v0.56.0
golang.org/x/image v0.45.0
golang.org/x/mod v0.40.0
golang.org/x/net v0.58.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/text v0.41.0
)
require (
git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.3 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/antchfx/xpath v1.3.8 // indirect
github.com/coder/websocket v1.8.15 // indirect
github.com/fxamacker/cbor/v2 v2.9.3 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/onsi/gomega v1.34.1 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/exp v0.0.0-20260528193900-50dc527dd6c7 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
replace github.com/Jleagle/unmarshal-go v0.0.0-20210227002040-694f544f9265 => github.com/Jleagle/unmarshal-go v0.0.0-20260702203424-38325863b365