Skip to content

Commit 41beb85

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.31.0 to 5.31.1. - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.31.0...v5.31.1) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25b6eb9 commit 41beb85

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/cavaliergopher/grab/v3 v3.0.1
1313
github.com/cheggaaa/pb/v3 v3.1.5
1414
github.com/containers/gvisor-tap-vsock v0.7.4-0.20240320091526-a0238e52b61f
15-
github.com/containers/image/v5 v5.31.0
15+
github.com/containers/image/v5 v5.31.1
1616
github.com/coreos/go-systemd/v22 v22.5.0
1717
github.com/crc-org/admin-helper v0.5.4
1818
github.com/crc-org/machine v0.0.0-20221028075518-f9b43442196b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
4545
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
4646
github.com/containers/gvisor-tap-vsock v0.7.4-0.20240320091526-a0238e52b61f h1:NOq4UwN3M4rvN44CPznCqQlOvim7Ja1RZ082ORAJjVQ=
4747
github.com/containers/gvisor-tap-vsock v0.7.4-0.20240320091526-a0238e52b61f/go.mod h1:hZrvqbYhTIUQCREov+M8u7sMhzGbB6umiDuVpnwtJcI=
48-
github.com/containers/image/v5 v5.31.0 h1:eDFVlz5XaYICxe9dXpf23htEKvyosgkl62mJlIATXE4=
49-
github.com/containers/image/v5 v5.31.0/go.mod h1:5QfOqSackPkSbF7Qxc1DnVNnPJKQ+KWLkfEfDpK590Q=
48+
github.com/containers/image/v5 v5.31.1 h1:3x9soI6Biml/GiDLpkSmKrkRSwVGctxu/vONpoUdklA=
49+
github.com/containers/image/v5 v5.31.1/go.mod h1:5QfOqSackPkSbF7Qxc1DnVNnPJKQ+KWLkfEfDpK590Q=
5050
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
5151
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
5252
github.com/containers/ocicrypt v1.1.10 h1:r7UR6o8+lyhkEywetubUUgcKFjOWOaWz8cEBrCPX0ic=

vendor/github.com/containers/image/v5/docker/docker_image.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/image/v5/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
@@ -105,7 +105,7 @@ github.com/containers/gvisor-tap-vsock/pkg/tap
105105
github.com/containers/gvisor-tap-vsock/pkg/transport
106106
github.com/containers/gvisor-tap-vsock/pkg/types
107107
github.com/containers/gvisor-tap-vsock/pkg/virtualnetwork
108-
# github.com/containers/image/v5 v5.31.0
108+
# github.com/containers/image/v5 v5.31.1
109109
## explicit; go 1.21
110110
github.com/containers/image/v5/copy
111111
github.com/containers/image/v5/directory

0 commit comments

Comments
 (0)