forked from SagerNet/sing-tun
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.04 KB
/
Copy pathgo.mod
File metadata and controls
31 lines (28 loc) · 1.04 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
module github.com/metacubex/sing-tun
go 1.20
require (
github.com/go-ole/go-ole v1.3.0
github.com/google/btree v1.1.3
github.com/metacubex/fswatch v0.1.1
github.com/metacubex/gvisor v0.0.0-20260922041103-e2cbcd6e7400
github.com/metacubex/mipstack v0.0.0-20260922000335-dbef50b1df45
github.com/metacubex/nftables v0.0.0-20260426003805-208c2c1ba2cb
github.com/metacubex/sing v0.5.8
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a
github.com/stretchr/testify v1.12.1
go4.org/netipx v0.0.0-20260823151212-3075585bcbeb
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0
)
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/time v0.10.0 // indirect
)