-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.13 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (31 loc) · 1.13 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
module github.com/vlourme/go-proxy
go 1.23.5
require (
github.com/libp2p/go-reuseport v0.4.0
github.com/phuslu/lru v1.0.18
github.com/rs/zerolog v1.34.0
github.com/vishvananda/netlink v1.3.0
)
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/tools v0.6.0 // indirect
honnef.co/go/tools v0.3.2 // indirect
)
require (
github.com/goccy/go-yaml v1.17.1
github.com/lorenzosaino/go-sysctl v0.3.1
github.com/redis/go-redis/v9 v9.8.0
github.com/valyala/fastrand v1.1.0
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/sys v0.32.0 // indirect
)