-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.05 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
module github.com/cloudflare/slirpnetstack
go 1.23.0
require (
github.com/miekg/dns v1.1.52
github.com/opencontainers/runc v1.2.0
github.com/opencontainers/runtime-spec v1.2.0
github.com/vishvananda/netlink v1.2.1-beta.2
golang.org/x/sys v0.28.0
gopkg.in/netaddr.v1 v1.5.1
gvisor.dev/gvisor v0.0.0-20240629121841-891b40cf7fe0
)
require (
github.com/bazelbuild/rules_go v0.44.2 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/google/btree v1.1.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)