Skip to content

Commit 33c1609

Browse files
authored
Merge pull request moby#5204 from thaJeztah/bump_nydus
vendor: github.com/containerd/nydus-snapshotter v0.14.0
2 parents bc92b63 + ce948f2 commit 33c1609

File tree

6 files changed

+50
-44
lines changed

6 files changed

+50
-44
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/containerd/go-cni v1.1.10
2424
github.com/containerd/go-runc v1.1.0
2525
github.com/containerd/log v0.1.0
26-
github.com/containerd/nydus-snapshotter v0.13.7
26+
github.com/containerd/nydus-snapshotter v0.14.0
2727
github.com/containerd/platforms v0.2.1
2828
github.com/containerd/stargz-snapshotter v0.15.1
2929
github.com/containerd/stargz-snapshotter/estargz v0.15.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ github.com/containerd/go-runc v1.1.0 h1:OX4f+/i2y5sUT7LhmcJH7GYrjjhHa1QI4e8yO0gG
112112
github.com/containerd/go-runc v1.1.0/go.mod h1:xJv2hFF7GvHtTJd9JqTS2UVxMkULUYw4JN5XAUZqH5U=
113113
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
114114
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
115-
github.com/containerd/nydus-snapshotter v0.13.7 h1:x7DHvGnzJOu1ZPwPYkeOPk5MjZZYbdddygEjaSDoFTk=
116-
github.com/containerd/nydus-snapshotter v0.13.7/go.mod h1:VPVKQ3jmHFIcUIV2yiQ1kImZuBFS3GXDohKs9mRABVE=
115+
github.com/containerd/nydus-snapshotter v0.14.0 h1:6/eAi6d7MjaeLLuMO8Udfe5GVsDudmrDNO4SGETMBco=
116+
github.com/containerd/nydus-snapshotter v0.14.0/go.mod h1:TT4jv2SnIDxEBu4H2YOvWQHPOap031ydTaHTuvc5VQk=
117117
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
118118
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
119119
github.com/containerd/stargz-snapshotter v0.15.1 h1:fpsP4kf/Z4n2EYnU0WT8ZCE3eiKDwikDhL6VwxIlgeA=

vendor/github.com/containerd/nydus-snapshotter/pkg/converter/convert_unix.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/nydus-snapshotter/pkg/converter/types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/nydus-snapshotter/pkg/converter/utils.go

Lines changed: 26 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ github.com/containerd/go-runc
379379
# github.com/containerd/log v0.1.0
380380
## explicit; go 1.20
381381
github.com/containerd/log
382-
# github.com/containerd/nydus-snapshotter v0.13.7
383-
## explicit; go 1.19
382+
# github.com/containerd/nydus-snapshotter v0.14.0
383+
## explicit; go 1.21
384384
github.com/containerd/nydus-snapshotter/pkg/converter
385385
github.com/containerd/nydus-snapshotter/pkg/converter/tool
386386
github.com/containerd/nydus-snapshotter/pkg/label

0 commit comments

Comments
 (0)