From 269098c6f086fa43cadee1a262b32fc761c1f806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:58:27 +0000 Subject: [PATCH] Bump github.com/containers/podman/v5 in /financial/polyglot-atm/go/bundb Bumps [github.com/containers/podman/v5](https://github.com/containers/podman) from 5.5.0 to 5.5.2. - [Release notes](https://github.com/containers/podman/releases) - [Changelog](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/containers/podman/compare/v5.5.0...v5.5.2) --- updated-dependencies: - dependency-name: github.com/containers/podman/v5 dependency-version: 5.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- financial/polyglot-atm/go/bundb/go.mod | 10 +++++----- financial/polyglot-atm/go/bundb/go.sum | 14 ++++++-------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/financial/polyglot-atm/go/bundb/go.mod b/financial/polyglot-atm/go/bundb/go.mod index f4937f1..41f602b 100644 --- a/financial/polyglot-atm/go/bundb/go.mod +++ b/financial/polyglot-atm/go/bundb/go.mod @@ -3,12 +3,13 @@ module github.com/lake-of-dreams/bundb-oracle go 1.24.3 require ( - github.com/containers/common v0.63.0 + github.com/containers/common v0.63.1 github.com/docker/docker v28.1.1+incompatible // indirect github.com/opencontainers/runtime-spec v1.2.1 - github.com/sijms/go-ora v1.3.2 ) +require github.com/sijms/go-ora/v2 v2.8.24 + require ( dario.cat/mergo v1.0.1 // indirect github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect @@ -26,7 +27,7 @@ require ( github.com/containerd/platforms v1.0.0-rc.1 // indirect github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect github.com/containerd/typeurl/v2 v2.2.3 // indirect - github.com/containers/buildah v1.40.0 // indirect + github.com/containers/buildah v1.40.1 // indirect github.com/containers/image/v5 v5.35.0 // indirect github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect github.com/containers/ocicrypt v1.2.1 // indirect @@ -100,7 +101,6 @@ require ( github.com/sigstore/protobuf-specs v0.4.1 // indirect github.com/sigstore/rekor v1.3.10 // indirect github.com/sigstore/sigstore v1.9.3 // indirect - github.com/sijms/go-ora/v2 v2.8.24 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/skeema/knownhosts v1.3.1 // indirect github.com/smallstep/pkcs7 v0.1.1 // indirect @@ -136,7 +136,7 @@ require ( require ( github.com/Microsoft/go-winio v0.6.2 // indirect - github.com/containers/podman/v5 v5.5.0 + github.com/containers/podman/v5 v5.5.2 github.com/distribution/reference v0.6.0 // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect diff --git a/financial/polyglot-atm/go/bundb/go.sum b/financial/polyglot-atm/go/bundb/go.sum index 42bb988..3bbe8f4 100644 --- a/financial/polyglot-atm/go/bundb/go.sum +++ b/financial/polyglot-atm/go/bundb/go.sum @@ -52,18 +52,18 @@ github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRcc github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU= github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40= github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk= -github.com/containers/buildah v1.40.0 h1:qCHTKnL/UEutxT6ZS8Zvhy7QUpe719jEIeGMSlcN3j4= -github.com/containers/buildah v1.40.0/go.mod h1:U6qj0nseq6t97T2kkNpjgo0WBVRYIXASIOlS5eWvlhM= -github.com/containers/common v0.63.0 h1:ox6vgUYX5TSvt4W+bE36sYBVz/aXMAfRGVAgvknSjBg= -github.com/containers/common v0.63.0/go.mod h1:+3GCotSqNdIqM3sPs152VvW7m5+Mg8Kk+PExT3G9hZw= +github.com/containers/buildah v1.40.1 h1:RW+Fbelwblzg1mJfKfyGZPS4Nbc5QtT866fJ9pYFtYo= +github.com/containers/buildah v1.40.1/go.mod h1:1UCQBc3LZrT4u5R/u7igGgUQxeDlJmn/OyYDQ9mumFk= +github.com/containers/common v0.63.1 h1:6g02gbW34PaRVH4Heb2Pk11x0SdbQ+8AfeKKeQGqYBE= +github.com/containers/common v0.63.1/go.mod h1:+3GCotSqNdIqM3sPs152VvW7m5+Mg8Kk+PExT3G9hZw= github.com/containers/image/v5 v5.35.0 h1:T1OeyWp3GjObt47bchwD9cqiaAm/u4O4R9hIWdrdrP8= github.com/containers/image/v5 v5.35.0/go.mod h1:8vTsgb+1gKcBL7cnjyNOInhJQfTUQjJoO2WWkKDoebM= github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA= github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY= github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM= github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ= -github.com/containers/podman/v5 v5.5.0 h1:dti+Qzrd+f539SCiajLtNo5ciH+D9/2fhap1JHs+Gic= -github.com/containers/podman/v5 v5.5.0/go.mod h1:xdX4WnnpGIFn4b7Rb3sroJefrebhqKP0wqEcxT2yais= +github.com/containers/podman/v5 v5.5.2 h1:H9C6hRs+Aa9g5x/wApHoVqT0fxFr0DH0tgs1h1/ktHc= +github.com/containers/podman/v5 v5.5.2/go.mod h1:mxncFv2XqD6ZlXZnBk4JpGmQfkx1+k7KyuBTy1d4Xfc= github.com/containers/psgo v1.9.0 h1:eJ74jzSaCHnWt26OlKZROSyUyRcGDf+gYBdXnxrMW4g= github.com/containers/psgo v1.9.0/go.mod h1:0YoluUm43Mz2UnBIh1P+6V6NWcbpTL5uRtXyOcH0B5A= github.com/containers/storage v1.58.0 h1:Q7SyyCCjqgT3wYNgRNIL8o/wUS92heIj2/cc8Sewvcc= @@ -323,8 +323,6 @@ github.com/sigstore/rekor v1.3.10 h1:/mSvRo4MZ/59ECIlARhyykAlQlkmeAQpvBPlmJtZOCU github.com/sigstore/rekor v1.3.10/go.mod h1:JvryKJ40O0XA48MdzYUPu0y4fyvqt0C4iSY7ri9iu3A= github.com/sigstore/sigstore v1.9.3 h1:y2qlTj+vh+Or3ictKuR3JUFawZPdDxAjrWkeFhon0OQ= github.com/sigstore/sigstore v1.9.3/go.mod h1:VwYkiw0G0dRtwL25KSs04hCyVFF6CYMd/qvNeYrl7EQ= -github.com/sijms/go-ora v1.3.2 h1:v9Ca63acRbrE5vYlHpABzlOvt8bI1Sj5PCVDwaAJjp8= -github.com/sijms/go-ora v1.3.2/go.mod h1:ZGVmJgxUfyGIVmYgA7MVGEq6BX5aoFECRMtHW5DEcs4= github.com/sijms/go-ora/v2 v2.8.24 h1:TODRWjWGwJ1VlBOhbTLat+diTYe8HXq2soJeB+HMjnw= github.com/sijms/go-ora/v2 v2.8.24/go.mod h1:QgFInVi3ZWyqAiJwzBQA+nbKYKH77tdp1PYoCqhR2dU= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=