-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (33 loc) · 1.26 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (33 loc) · 1.26 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
module github.com/asciimoth/gonnect-vpn-example
go 1.25.5
require github.com/asciimoth/gonnect v0.19.0
require (
gioui.org v0.9.0
github.com/asciimoth/gonnect-netstack v0.4.20
github.com/asciimoth/socksgo v0.2.24
github.com/asciimoth/tuntap v0.3.7
github.com/coder/websocket v1.8.14
golang.org/x/net v0.54.0
golang.org/x/sys v0.44.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/asciimoth/bufpool v0.3.0 // indirect
github.com/asciimoth/ident v0.2.0 // indirect
github.com/asciimoth/putback v0.3.0 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/xtaci/smux v1.5.44 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/exp/shiny v0.0.0-20251002181428-27f1f14c8bb9 // indirect
golang.org/x/image v0.32.0 // indirect
golang.org/x/mobile v0.0.0-20251009145931-8baca8bf4eeb // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.44.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20260325202830-7644cf3a343c // indirect
)
tool golang.org/x/mobile/cmd/gobind