This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
46 lines (43 loc) · 1.92 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
43
44
45
46
module github.com/brave/nitriding
go 1.20
require (
github.com/containers/gvisor-tap-vsock v0.5.0
github.com/go-chi/chi/v5 v5.0.8
github.com/hf/nitrite v0.0.0-20211104000856-f9e0dcc73703
github.com/hf/nsm v0.0.0-20220930140112-cd181bd646b9
github.com/milosgajdos/tenus v0.0.3
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/vishvananda/netlink v1.2.1-beta.2
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
gvisor.dev/gvisor v0.0.0-20230218065217-1b534ef82cec
)
require (
github.com/bazelbuild/rules_go v0.38.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cilium/ebpf v0.9.3 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/docker/libcontainer v2.2.1+incompatible // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gofrs/flock v0.8.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/subcommands v1.0.2-0.20190508160503-636abe8753b8 // indirect
github.com/kr/pty v1.1.4-0.20190131011033-7dc38fb350b1 // indirect
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
github.com/mdlayher/vsock v1.2.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170308212314-bb9b5e7adda9 // indirect
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.28.2-0.20230118093459-a9481185b34d // indirect
)