File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
github.com/containerd/nydus-snapshotter/pkg/converter Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/containerd/fuse-overlayfs-snapshotter v1.0.2
21
21
github.com/containerd/go-cni v1.1.9
22
22
github.com/containerd/go-runc v1.0.1-0.20230316182144-f5d58d02d6c8
23
- github.com/containerd/nydus-snapshotter v0.8.0
23
+ github.com/containerd/nydus-snapshotter v0.8.2
24
24
github.com/containerd/stargz-snapshotter v0.14.3
25
25
github.com/containerd/stargz-snapshotter/estargz v0.14.3
26
26
github.com/containerd/typeurl/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ github.com/containerd/imgcrypt v1.0.4-0.20210301171431-0ae5c75f59ba/go.mod h1:6T
349
349
github.com/containerd/imgcrypt v1.1.1-0.20210312161619-7ed62a527887 /go.mod h1:5AZJNI6sLHJljKuI9IHnw1pWqo/F0nGDOuR9zgTs7ow =
350
350
github.com/containerd/nri v0.0.0-20201007170849-eb1350a75164 /go.mod h1:+2wGSDGFYfE5+So4M5syatU0N0f0LbWpuqyMi4/BE8c =
351
351
github.com/containerd/nri v0.0.0-20210316161719-dbaa18c31c14 /go.mod h1:lmxnXF6oMkbqs39FiCt1s0R2HSMhcLel9vNL3m4AaeY =
352
- github.com/containerd/nydus-snapshotter v0.8.0 h1:3Hlz/oZBUlOmM0Tf6Y1SrYc3+OOvfZ0q/CFKoGXGtxQ =
353
- github.com/containerd/nydus-snapshotter v0.8.0 /go.mod h1:UJILTN5LVBRY+dt8BGJbp72Xy729hUZsOugObEI3/O8 =
352
+ github.com/containerd/nydus-snapshotter v0.8.2 h1:7SOrMU2YmLzfbsr5J7liMZJlNi5WT6vtIOxLGv+iz7E =
353
+ github.com/containerd/nydus-snapshotter v0.8.2 /go.mod h1:UJILTN5LVBRY+dt8BGJbp72Xy729hUZsOugObEI3/O8 =
354
354
github.com/containerd/stargz-snapshotter v0.0.0-20201027054423-3a04e4c2c116 /go.mod h1:o59b3PCKVAf9jjiKtCc/9hLAd+5p/rfhBfm6aBcTEr4 =
355
355
github.com/containerd/stargz-snapshotter v0.14.3 h1:OTUVZoPSPs8mGgmQUE1dqw3WX/3nrsmsurW7UPLWl1U =
356
356
github.com/containerd/stargz-snapshotter v0.14.3 /go.mod h1:j2Ya4JeA5gMZJr8BchSkPjlcCEh++auAxp4nidPI6N0 =
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ github.com/containerd/go-cni
355
355
# github.com/containerd/go-runc v1.0.1-0.20230316182144-f5d58d02d6c8
356
356
## explicit; go 1.18
357
357
github.com/containerd/go-runc
358
- # github.com/containerd/nydus-snapshotter v0.8.0
358
+ # github.com/containerd/nydus-snapshotter v0.8.2
359
359
## explicit; go 1.19
360
360
github.com/containerd/nydus-snapshotter/pkg/converter
361
361
github.com/containerd/nydus-snapshotter/pkg/converter/tool
You can’t perform that action at this time.
0 commit comments