Skip to content

Commit 252bf14

Browse files
build(deps): bump github.com/containerd/containerd from 1.7.19 to 1.7.20
Signed-off-by: Ashutosh Narkar <[email protected]>
1 parent cb42725 commit 252bf14

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

download/oci_download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
"strings"
1616
"time"
1717

18-
"github.com/containerd/containerd/errdefs"
1918
"github.com/containerd/containerd/remotes"
2019
"github.com/containerd/containerd/remotes/docker"
20+
"github.com/containerd/errdefs"
2121

2222
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
2323
oraslib "oras.land/oras-go/v2"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/agnivade/levenshtein v1.1.1
88
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
99
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2
10-
github.com/containerd/containerd v1.7.19
10+
github.com/containerd/containerd v1.7.20
1111
github.com/dgraph-io/badger/v3 v3.2103.5
1212
github.com/fortytw2/leaktest v1.3.0
1313
github.com/foxcpp/go-mockdns v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
3232
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
3333
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
3434
github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw=
35-
github.com/containerd/containerd v1.7.19 h1:/xQ4XRJ0tamDkdzrrBAUy/LE5nCcxFKdBm4EcPrSMEE=
36-
github.com/containerd/containerd v1.7.19/go.mod h1:h4FtNYUUMB4Phr6v+xG89RYKj9XccvbNSCKjdufCrkc=
35+
github.com/containerd/containerd v1.7.20 h1:Sl6jQYk3TRavaU83h66QMbI2Nqg9Jm6qzwX57Vsn1SQ=
36+
github.com/containerd/containerd v1.7.20/go.mod h1:52GsS5CwquuqPuLncsXwG0t2CiUce+KsNHJZQJvAgR0=
3737
github.com/containerd/continuity v0.4.2 h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=
3838
github.com/containerd/continuity v0.4.2/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
3939
github.com/containerd/errdefs v0.1.0 h1:m0wCRBiu1WJT/Fr+iOoQHMQS/eP5myQ8lCv4Dz5ZURM=

vendor/github.com/containerd/containerd/errdefs/errdefs_deprecated.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/containerd/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ github.com/cespare/xxhash
3232
# github.com/cespare/xxhash/v2 v2.3.0
3333
## explicit; go 1.11
3434
github.com/cespare/xxhash/v2
35-
# github.com/containerd/containerd v1.7.19
35+
# github.com/containerd/containerd v1.7.20
3636
## explicit; go 1.21
3737
github.com/containerd/containerd/archive/compression
3838
github.com/containerd/containerd/content

0 commit comments

Comments
 (0)