forked from rootless-containers/rootlesskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1013 Bytes
/
Copy pathgo.mod
File metadata and controls
30 lines (27 loc) · 1013 Bytes
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
module github.com/rootless-containers/rootlesskit/v2
go 1.19
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/containernetworking/plugins v1.5.0
github.com/gofrs/flock v0.8.1
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
github.com/moby/sys/mountinfo v0.7.1
github.com/moby/vpnkit v0.5.0
github.com/sirupsen/logrus v1.9.3
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/urfave/cli/v2 v2.27.2
golang.org/x/sys v0.21.0
gotest.tools/v3 v3.5.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/net v0.24.0 // indirect
)