-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
42 lines (39 loc) · 1.41 KB
/
go.mod
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
module github.com/tunnels-is/tunnels
go 1.24.0
require (
github.com/go-ping/ping v1.1.0
github.com/google/uuid v1.6.0
github.com/jackpal/gateway v1.0.15
github.com/miekg/dns v1.1.62
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/vishvananda/netlink v1.3.0
github.com/xlzd/gotp v0.1.0
github.com/zveinn/crypt v0.0.4
github.com/zveinn/tunnels v0.0.4
go.mongodb.org/mongo-driver v1.17.1
golang.org/x/crypto v0.31.0
golang.org/x/net v0.30.0
golang.org/x/sys v0.28.0
golang.org/x/term v0.27.0
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.23.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
)