-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
56 lines (53 loc) · 2.47 KB
/
Copy pathgo.mod
File metadata and controls
56 lines (53 loc) · 2.47 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
55
56
module github.com/sag-enhanced/native-app
go 1.24
require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/go-jose/go-jose/v4 v4.0.5
github.com/kbinani/screenshot v0.0.0-20250118074034-a3924b7bbc8c
github.com/makiuchi-d/gozxing v0.1.1
github.com/playwright-community/playwright-go v0.5001.0
github.com/sag-enhanced/webview_go v0.0.0-20240815072320-127806c5f14b
github.com/shirou/gopsutil/v3 v3.24.5
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
github.com/wzshiming/anyproxy v0.7.19
github.com/wzshiming/bridge v0.12.3
golang.org/x/crypto v0.36.0
golang.org/x/sys v0.31.0
)
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/gen2brain/shm v0.1.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/wzshiming/cmux v0.4.2 // indirect
github.com/wzshiming/commandproxy v0.2.1 // indirect
github.com/wzshiming/hostmatcher v0.0.3 // indirect
github.com/wzshiming/httpproxy v0.5.7 // indirect
github.com/wzshiming/shadowsocks v0.4.2 // indirect
github.com/wzshiming/socks4 v0.3.3 // indirect
github.com/wzshiming/socks5 v0.5.2 // indirect
github.com/wzshiming/sshd v0.2.4 // indirect
github.com/wzshiming/sshproxy v0.5.2 // indirect
github.com/wzshiming/trie v0.3.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
)