Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ require (
github.com/containerd/nerdctl/mod/tigron v0.0.0
github.com/containerd/nydus-snapshotter v0.15.7 //gomodjail:unconfined
github.com/containerd/platforms v1.0.0-rc.2 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter v0.18.0 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter/estargz v0.18.0 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter/ipfs v0.18.0 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter v0.18.1 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter/estargz v0.18.1 //gomodjail:unconfined
github.com/containerd/stargz-snapshotter/ipfs v0.18.1 //gomodjail:unconfined
github.com/containerd/typeurl/v2 v2.2.3
github.com/containernetworking/cni v1.3.0 //gomodjail:unconfined
github.com/containernetworking/plugins v1.8.0 //gomodjail:unconfined
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ github.com/containerd/platforms v1.0.0-rc.2 h1:0SPgaNZPVWGEi4grZdV8VRYQn78y+nm6a
github.com/containerd/platforms v1.0.0-rc.2/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
github.com/containerd/plugin v1.0.0 h1:c8Kf1TNl6+e2TtMHZt+39yAPDbouRH9WAToRjex483Y=
github.com/containerd/plugin v1.0.0/go.mod h1:hQfJe5nmWfImiqT1q8Si3jLv3ynMUIBB47bQ+KexvO8=
github.com/containerd/stargz-snapshotter v0.18.0 h1:C7mqAnH5v+ZE9FK+ZFt8qsb9uHfuRJXlpqQAQpq8PDc=
github.com/containerd/stargz-snapshotter v0.18.0/go.mod h1:BnVpVqp79HpVPtOOiK/O/2HINEoCf/Gz9vzXrtRArnE=
github.com/containerd/stargz-snapshotter/estargz v0.18.0 h1:Ny5yptQgEXSkDFKvlKJGTvf1YJ+4xD8V+hXqoRG0n74=
github.com/containerd/stargz-snapshotter/estargz v0.18.0/go.mod h1:7hfU1BO2KB3axZl0dRQCdnHrIWw7TRDdK6L44Rdeuo0=
github.com/containerd/stargz-snapshotter/ipfs v0.18.0 h1:yDIKLwldoQFS9wpZHaGdqNZCwIkTgsUuV5pNAX9JC9M=
github.com/containerd/stargz-snapshotter/ipfs v0.18.0/go.mod h1:aVNaKOoeNgAKEMphB6YeAowWnVG+7Fa3vvFHltM1zGE=
github.com/containerd/stargz-snapshotter v0.18.1 h1:eIkwsafohSWas5YmhxoumrI7elmb2EZJcW8eu7goyOY=
github.com/containerd/stargz-snapshotter v0.18.1/go.mod h1:HPC+XHGIxkjWfAONMvXepQyOs8iGApP2e5A3fOv2TCU=
github.com/containerd/stargz-snapshotter/estargz v0.18.1 h1:cy2/lpgBXDA3cDKSyEfNOFMA/c10O1axL69EU7iirO8=
github.com/containerd/stargz-snapshotter/estargz v0.18.1/go.mod h1:ALIEqa7B6oVDsrF37GkGN20SuvG/pIMm7FwP7ZmRb0Q=
github.com/containerd/stargz-snapshotter/ipfs v0.18.1 h1:v0kozDNJCW1iVy/1MgD5uZImW87CvkHLzb9L9JwfOco=
github.com/containerd/stargz-snapshotter/ipfs v0.18.1/go.mod h1:qgy0jrKhqtLxn6J5rb9BXZ1Xj1Xeimd0vOi25Zyhpds=
github.com/containerd/ttrpc v1.2.7 h1:qIrroQvuOL9HQ1X6KHe2ohc7p+HP/0VE6XPU7elJRqQ=
github.com/containerd/ttrpc v1.2.7/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40=
Expand Down
Loading