1
+ // gomodjail:confined
1
2
module github.com/containerd/nerdctl/v2
2
3
3
4
go 1.23.0
@@ -8,53 +9,53 @@ require (
8
9
github.com/Microsoft/hcsshim v0.12.9
9
10
github.com/compose-spec/compose-go/v2 v2.4.9
10
11
github.com/containerd/accelerated-container-image v1.3.0
11
- github.com/containerd/cgroups/v3 v3.0.5
12
- github.com/containerd/console v1.0.4
12
+ github.com/containerd/cgroups/v3 v3.0.5 // gomodjail:unconfined
13
+ github.com/containerd/console v1.0.4 // gomodjail:unconfined
13
14
github.com/containerd/containerd/api v1.8.0
14
- github.com/containerd/containerd/v2 v2.0.4
15
- github.com/containerd/continuity v0.4.5
15
+ github.com/containerd/containerd/v2 v2.0.4 // gomodjail:unconfined
16
+ github.com/containerd/continuity v0.4.5 // gomodjail:unconfined
16
17
github.com/containerd/errdefs v1.0.0
17
- github.com/containerd/fifo v1.1.0
18
+ github.com/containerd/fifo v1.1.0 // gomodjail:unconfined
18
19
github.com/containerd/go-cni v1.1.12
19
20
github.com/containerd/imgcrypt/v2 v2.0.1
20
21
github.com/containerd/log v0.1.0
21
22
github.com/containerd/nerdctl/mod/tigron v0.0.0
22
23
github.com/containerd/nydus-snapshotter v0.15.0
23
- github.com/containerd/platforms v1.0.0-rc.1
24
+ github.com/containerd/platforms v1.0.0-rc.1 // gomodjail:unconfined
24
25
github.com/containerd/stargz-snapshotter v0.16.3
25
26
github.com/containerd/stargz-snapshotter/estargz v0.16.3
26
27
github.com/containerd/stargz-snapshotter/ipfs v0.16.3
27
28
github.com/containerd/typeurl/v2 v2.2.3
28
- github.com/containernetworking/cni v1.2.3
29
+ github.com/containernetworking/cni v1.2.3 // gomodjail:unconfined
29
30
github.com/containernetworking/plugins v1.6.2
30
31
github.com/coreos/go-iptables v0.8.0
31
32
github.com/coreos/go-systemd/v22 v22.5.0
32
33
github.com/cyphar/filepath-securejoin v0.4.1
33
34
github.com/distribution/reference v0.6.0
34
35
github.com/docker/cli v28.0.2+incompatible
35
- github.com/docker/docker v28.0.2+incompatible
36
+ github.com/docker/docker v28.0.2+incompatible // gomodjail:unconfined
36
37
github.com/docker/go-connections v0.5.0
37
38
github.com/docker/go-units v0.5.0
38
- github.com/fahedouch/go-logrotate v0.2.1
39
- github.com/fatih/color v1.18.0
39
+ github.com/fahedouch/go-logrotate v0.2.1 // gomodjail:unconfined
40
+ github.com/fatih/color v1.18.0 // gomodjail:unconfined
40
41
github.com/fluent/fluent-logger-golang v1.9.0
41
42
github.com/fsnotify/fsnotify v1.8.0
42
43
github.com/go-viper/mapstructure/v2 v2.2.1
43
44
github.com/ipfs/go-cid v0.5.0
44
45
github.com/klauspost/compress v1.18.0
45
- github.com/mattn/go-isatty v0.0.20
46
+ github.com/mattn/go-isatty v0.0.20 // gomodjail:unconfined
46
47
github.com/moby/sys/mount v0.3.4
47
48
github.com/moby/sys/signal v0.7.1
48
- github.com/moby/sys/userns v0.1.0
49
- github.com/moby/term v0.5.2
50
- github.com/muesli/cancelreader v0.2.2
49
+ github.com/moby/sys/userns v0.1.0 // gomodjail:unconfined
50
+ github.com/moby/term v0.5.2 // gomodjail:unconfined
51
+ github.com/muesli/cancelreader v0.2.2 // gomodjail:unconfined
51
52
github.com/opencontainers/go-digest v1.0.0
52
53
github.com/opencontainers/image-spec v1.1.1
53
54
github.com/opencontainers/runtime-spec v1.2.1
54
55
github.com/pelletier/go-toml/v2 v2.2.3
55
- github.com/rootless-containers/bypass4netns v0.4.2
56
- github.com/rootless-containers/rootlesskit/v2 v2.3.4
57
- github.com/spf13/cobra v1.9.1
56
+ github.com/rootless-containers/bypass4netns v0.4.2 // gomodjail:unconfined
57
+ github.com/rootless-containers/rootlesskit/v2 v2.3.4 // gomodjail:unconfined
58
+ github.com/spf13/cobra v1.9.1 // gomodjail:unconfined
58
59
github.com/spf13/pflag v1.0.6
59
60
github.com/vishvananda/netlink v1.3.0
60
61
github.com/vishvananda/netns v0.0.5
@@ -63,8 +64,8 @@ require (
63
64
golang.org/x/crypto v0.36.0
64
65
golang.org/x/net v0.37.0
65
66
golang.org/x/sync v0.12.0
66
- golang.org/x/sys v0.31.0
67
- golang.org/x/term v0.30.0
67
+ golang.org/x/sys v0.31.0 // gomodjail:unconfined
68
+ golang.org/x/term v0.30.0 // gomodjail:unconfined
68
69
golang.org/x/text v0.23.0
69
70
gopkg.in/yaml.v3 v3.0.1
70
71
gotest.tools/v3 v3.5.2
@@ -105,6 +106,7 @@ require (
105
106
github.com/moby/sys/mountinfo v0.7.2 // indirect
106
107
github.com/moby/sys/sequential v0.6.0 // indirect
107
108
github.com/moby/sys/symlink v0.3.0 // indirect
109
+ // gomodjail:unconfined
108
110
github.com/moby/sys/user v0.3.0 // indirect
109
111
github.com/mr-tron/base58 v1.2.0 // indirect
110
112
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -118,6 +120,7 @@ require (
118
120
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
119
121
github.com/pkg/errors v0.9.1 // indirect
120
122
github.com/sasha-s/go-deadlock v0.3.5 // indirect
123
+ // gomodjail:unconfined
121
124
github.com/sirupsen/logrus v1.9.3 // indirect
122
125
github.com/smallstep/pkcs7 v0.1.1 // indirect
123
126
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -135,7 +138,9 @@ require (
135
138
go.opentelemetry.io/otel/trace v1.31.0 // indirect
136
139
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
137
140
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
141
+ // gomodjail:unconfined
138
142
google.golang.org/grpc v1.69.4 // indirect
143
+ // gomodjail:unconfined
139
144
google.golang.org/protobuf v1.36.2 // indirect
140
145
lukechampine.com/blake3 v1.3.0 // indirect
141
146
)
0 commit comments