forked from tailscale/tailscale
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
109 lines (104 loc) · 4.54 KB
/
Copy pathgo.mod
File metadata and controls
109 lines (104 loc) · 4.54 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
module github.com/sagernet/tailscale
go 1.25.5
require (
fyne.io/systray v1.11.1-0.20250812065214-4856ac3adc3c
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
github.com/akutz/memconn v0.1.0
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
github.com/andybalholm/brotli v1.1.0
github.com/atotto/clipboard v0.1.4
github.com/axiomhq/hyperloglog v0.0.0-20240319100328-84253e514e02
github.com/cilium/ebpf v0.16.0
github.com/coder/websocket v1.8.14
github.com/coreos/go-iptables v0.7.1-0.20240112124308-65c67c9f46e6
github.com/creachadair/taskgroup v0.13.2
github.com/dblohm7/wingoes v0.0.0-20240119213807-a09d6be7affa
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
github.com/djherbis/times v1.6.0
github.com/fogleman/gg v1.3.0
github.com/fxamacker/cbor/v2 v2.9.0
github.com/gaissmai/bart v0.26.1
github.com/go-ole/go-ole v1.3.0
github.com/go4org/hashtriemap v0.0.0-20251130024219-545ba229f689
github.com/godbus/dbus/v5 v5.2.2
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
github.com/google/go-cmp v0.7.0
github.com/google/go-tpm v0.9.4
github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806
github.com/google/uuid v1.6.0
github.com/hdevalence/ed25519consensus v0.2.0
github.com/huin/goupnp v1.3.0
github.com/illarion/gonotify/v3 v3.0.2
github.com/insomniacslk/dhcp v0.0.0-20240129002554-15c9b8791914
github.com/jellydator/ttlcache/v3 v3.1.0
github.com/jsimonetti/rtnetlink v1.4.1
github.com/klauspost/compress v1.19.1
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a
github.com/mattn/go-isatty v0.0.23
github.com/mdlayher/genetlink v1.3.2
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
github.com/mdlayher/sdnotify v1.0.0
github.com/mitchellh/go-ps v1.0.0
github.com/pires/go-proxyproto v0.8.1
github.com/prometheus/client_golang v1.23.2
github.com/safchain/ethtool v0.3.0
github.com/sagernet/sing v0.8.12-0.20260731081310-cb3e09a281aa
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tailscale/certstore v0.1.1-0.20260409135935-3638fb84b77d
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/tailscale/netlink v1.1.1-0.20240822203006-4d49adab4de7
github.com/tailscale/peercred v0.0.0-20250107143737-35a0c7bd7edc
github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e
github.com/toqueteos/webbrowser v1.2.0
go4.org/mem v0.0.0-20240501181205-ae6ca9944745
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
golang.org/x/crypto v0.54.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/mod v0.37.0
golang.org/x/net v0.56.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
golang.org/x/time v0.15.0
golang.org/x/tools v0.47.0
golang.zx2c4.com/wireguard/windows v0.5.3
)
require (
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect
)
require (
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/prometheus/common v0.69.0 // indirect
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.18.0
github.com/google/btree v1.1.3 // indirect
github.com/gorilla/csrf v1.7.3
github.com/mdlayher/socket v0.5.0
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sagernet/gvisor v0.0.0-20250811.0-sing-box-mod.1
github.com/sagernet/wireguard-go v0.0.5-0.20260804111801-7a66fbee4ae1
github.com/sourcegraph/go-diff v0.7.0
github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/text v0.40.0
google.golang.org/protobuf v1.36.11 // indirect
)