Skip to content

Commit 9a2d25a

Browse files
build(deps): bump github.com/containerd/accelerated-container-image
Bumps [github.com/containerd/accelerated-container-image](https://github.com/containerd/accelerated-container-image) from 1.4.1 to 1.4.3. - [Release notes](https://github.com/containerd/accelerated-container-image/releases) - [Commits](containerd/accelerated-container-image@v1.4.1...v1.4.3) --- updated-dependencies: - dependency-name: github.com/containerd/accelerated-container-image dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf2d178 commit 9a2d25a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//gomodjail:confined
22
module github.com/containerd/nerdctl/v2
33

4-
go 1.25.0
4+
go 1.26.0
55

66
require (
77
github.com/Masterminds/semver/v3 v3.4.0
88
github.com/Microsoft/go-winio v0.6.2
99
github.com/Microsoft/hcsshim v0.14.0-rc.1
1010
github.com/compose-spec/compose-go/v2 v2.10.2 //gomodjail:unconfined
11-
github.com/containerd/accelerated-container-image v1.4.1
11+
github.com/containerd/accelerated-container-image v1.4.3
1212
github.com/containerd/cgroups/v3 v3.1.3 //gomodjail:unconfined
1313
github.com/containerd/console v1.0.5 //gomodjail:unconfined
1414
github.com/containerd/containerd/api v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
2525
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
2626
github.com/compose-spec/compose-go/v2 v2.10.2 h1:USa1NUbDcl/cjb8T9iwnuFsnO79H+2ho2L5SjFKz3uI=
2727
github.com/compose-spec/compose-go/v2 v2.10.2/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
28-
github.com/containerd/accelerated-container-image v1.4.1 h1:jeZYAaq5pMCeyRZ0I916OjJsEb2TGjAQmfAZyQLi3ec=
29-
github.com/containerd/accelerated-container-image v1.4.1/go.mod h1:rhqPgQ63sgkYHY56pAVl0NBN+lDJYgzgZW9m781nnWg=
28+
github.com/containerd/accelerated-container-image v1.4.3 h1:mxC5l+CDzojoqf9gGzO1yu1o/A6kzQpD74VzfOwv4OI=
29+
github.com/containerd/accelerated-container-image v1.4.3/go.mod h1:S/kgh79iNF3QIYcztXMnYX0GhS2BS5JAkK5hD3rF2o4=
3030
github.com/containerd/cgroups/v3 v3.1.3 h1:eUNflyMddm18+yrDmZPn3jI7C5hJ9ahABE5q6dyLYXQ=
3131
github.com/containerd/cgroups/v3 v3.1.3/go.mod h1:PKZ2AcWmSBsY/tJUVhtS/rluX0b1uq1GmPO1ElCmbOw=
3232
github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=

0 commit comments

Comments
 (0)