forked from tailscale/tailscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (45 loc) · 1.79 KB
/
go.mod
File metadata and controls
49 lines (45 loc) · 1.79 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/metacubex/tailscale
go 1.20
require (
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
github.com/coder/websocket v1.8.12
github.com/fxamacker/cbor/v2 v2.9.0
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
github.com/huin/goupnp v1.3.0
github.com/klauspost/compress v1.17.9
github.com/metacubex/edwards25519 v1.2.0
github.com/metacubex/jsonv2 v0.0.0-20260518173308-f4597c22f1df
github.com/mitchellh/go-ps v1.0.0
github.com/pires/go-proxyproto v0.8.0
github.com/tailscale/certstore v0.1.1-0.20260409135935-3638fb84b77d
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
go4.org/mem v0.0.0-20240501181205-ae6ca9944745
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/crypto v0.33.0
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
golang.org/x/net v0.35.0
golang.org/x/oauth2 v0.24.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/term v0.29.0
golang.org/x/time v0.10.0
)
require (
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/jsimonetti/rtnetlink v1.4.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
github.com/safchain/ethtool v0.3.0 // indirect
github.com/tailscale/peercred v0.0.0-20250107143737-35a0c7bd7edc // indirect
)
require (
github.com/google/btree v1.1.3 // indirect
github.com/metacubex/bart v0.26.0
github.com/metacubex/gvisor v0.0.0-20251227095601-261ec1326fe8
github.com/metacubex/tailscale-wireguard-go v0.0.0-20260513233728-8bc7ee255d04
github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/text v0.22.0 // indirect
)