-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.54 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.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
module github.com/rootless-containers/rootlesskit/v3
go 1.24.2
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/containernetworking/plugins v1.9.0
github.com/containers/gvisor-tap-vsock v0.8.8
github.com/gofrs/flock v0.13.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/insomniacslk/dhcp v0.0.0-20250919081422-f80a1952f48e
github.com/moby/sys/mountinfo v0.7.2
github.com/moby/vpnkit v0.6.0
github.com/sirupsen/logrus v1.9.4
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/urfave/cli/v2 v2.27.7
golang.org/x/sync v0.19.0
golang.org/x/sys v0.41.0
gotest.tools/v3 v3.5.2
)
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/inetaf/tcpproxy v0.0.0-20250222171855-c4b9df066048 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/time v0.13.0 // indirect
golang.org/x/tools v0.41.0 // indirect
gvisor.dev/gvisor v0.0.0-20240916094835-a174eb65023f // indirect
)