Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/containerd/nerdctl from 1.7.5 to 1.7.7 #66

Merged
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/containerd/errdefs v0.1.0
github.com/containerd/fifo v1.1.0
github.com/containerd/go-cni v1.1.10
github.com/containerd/nerdctl v1.7.5
github.com/containerd/nerdctl v1.7.7
github.com/containerd/platforms v0.2.1
github.com/containerd/typeurl/v2 v2.2.0
github.com/containernetworking/cni v1.2.2
Expand Down Expand Up @@ -49,7 +49,7 @@ require (
github.com/Microsoft/hcsshim v0.12.5 // indirect
github.com/awslabs/soci-snapshotter v0.5.0 // indirect
github.com/cilium/ebpf v0.14.0 // indirect
github.com/containerd/accelerated-container-image v1.0.4 // indirect
github.com/containerd/accelerated-container-image v1.1.2 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/containerd/continuity v0.4.3 // indirect
github.com/containerd/go-runc v1.1.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/cilium/ebpf v0.14.0 h1:0PsxAjO6EjI1rcT+rkp6WcCnE0ZvfkXBYiMedJtrSUs=
github.com/cilium/ebpf v0.14.0/go.mod h1:DHp1WyrLeiBh19Cf/tfiSMhqheEiK8fXFZ4No0P1Hso=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/containerd/accelerated-container-image v1.0.4 h1:2WDo44n7ohyDeqkynC1C8BboaZrrIIICGdmunz0jCXs=
github.com/containerd/accelerated-container-image v1.0.4/go.mod h1:iPvBVzJWG0WbfBEGk4Ap+HLWPaUWnx4toLpVkBafIDI=
github.com/containerd/accelerated-container-image v1.1.2 h1:Gk+1aqi6DpMVPCFAFWAUZgeKzSQ8fEu+GiBLnS42rc4=
github.com/containerd/accelerated-container-image v1.1.2/go.mod h1:NcMeDHjzY1cH5E96knLx0QaGYHeUxe0z3zA2/8qh1IE=
github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGDJ9kip0=
github.com/containerd/cgroups/v3 v3.0.3/go.mod h1:8HBe7V3aWGLFPd/k03swSIsGjZhHI2WzJmticMgVuz0=
github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=
Expand All @@ -47,8 +47,8 @@ github.com/containerd/imgcrypt v1.1.10 h1:vtyGzTna2wC5BSQcqHWgY4xsBLHWFWyecgK0+9
github.com/containerd/imgcrypt v1.1.10/go.mod h1:9eIPG34EQy+j00fr+4r0knul2MkYDKD2uzKkw8548aw=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
github.com/containerd/nerdctl v1.7.5 h1:vZhwrNuTzFfLWs7M6/WYLZIfz9lZ2JIGAOfp+5Nenzs=
github.com/containerd/nerdctl v1.7.5/go.mod h1:NFw889YiQVZqhpCbsRet6TObQVdgNb6Tq3HeKhPIAyI=
github.com/containerd/nerdctl v1.7.7 h1:NmtSMmpF4qbS4aVj1/wyj2HTD3synzGFLXc4RC74Hwg=
github.com/containerd/nerdctl v1.7.7/go.mod h1:tOE0YIYIwr/IyY3buGUmoinQ65nCPXNpnQZWafLAfrM=
github.com/containerd/nydus-snapshotter v0.13.11 h1:0euz1viJ0/4sZ5P0GP28wKrd+m0YqKRQcM6GZjuSKZk=
github.com/containerd/nydus-snapshotter v0.13.11/go.mod h1:VPVKQ3jmHFIcUIV2yiQ1kImZuBFS3GXDohKs9mRABVE=
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
Expand Down
Loading