Skip to content

Commit b572b89

Browse files
fix(deps): update module github.com/containernetworking/plugins to v1.7.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f04e9 commit b572b89

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/blang/semver/v4 v4.0.0
1212
github.com/checkpoint-restore/checkpointctl v1.3.0
1313
github.com/checkpoint-restore/go-criu/v7 v7.2.0
14-
github.com/containernetworking/plugins v1.6.2
14+
github.com/containernetworking/plugins v1.7.1
1515
github.com/containers/buildah v1.40.0
1616
github.com/containers/common v0.63.0
1717
github.com/containers/conmon v2.0.20+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++
6464
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
6565
github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEmnuFjskwo=
6666
github.com/containernetworking/cni v1.3.0/go.mod h1:Bs8glZjjFfGPHMw6hQu82RUgEPNGEaBb9KS5KtNMnJ4=
67-
github.com/containernetworking/plugins v1.6.2 h1:pqP8Mq923TLyef5g97XfJ/xpDeVek4yF8A4mzy9Tc4U=
68-
github.com/containernetworking/plugins v1.6.2/go.mod h1:SP5UG3jDO9LtmfbBJdP+nl3A1atOtbj2MBOYsnaxy64=
67+
github.com/containernetworking/plugins v1.7.1 h1:CNAR0jviDj6FS5Vg85NTgKWLDzZPfi/lj+VJfhMDTIs=
68+
github.com/containernetworking/plugins v1.7.1/go.mod h1:xuMdjuio+a1oVQsHKjr/mgzuZ24leAsqUYRnzGoXHy0=
6969
github.com/containers/buildah v1.40.0 h1:qCHTKnL/UEutxT6ZS8Zvhy7QUpe719jEIeGMSlcN3j4=
7070
github.com/containers/buildah v1.40.0/go.mod h1:U6qj0nseq6t97T2kkNpjgo0WBVRYIXASIOlS5eWvlhM=
7171
github.com/containers/common v0.63.0 h1:ox6vgUYX5TSvt4W+bE36sYBVz/aXMAfRGVAgvknSjBg=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/containernetworking/cni/pkg/types/create
107107
github.com/containernetworking/cni/pkg/types/internal
108108
github.com/containernetworking/cni/pkg/utils
109109
github.com/containernetworking/cni/pkg/version
110-
# github.com/containernetworking/plugins v1.6.2
111-
## explicit; go 1.23
110+
# github.com/containernetworking/plugins v1.7.1
111+
## explicit; go 1.23.0
112112
github.com/containernetworking/plugins/pkg/ns
113113
# github.com/containers/buildah v1.40.0
114114
## explicit; go 1.23.3

0 commit comments

Comments
 (0)