Skip to content

Commit 41a39bb

Browse files
dnm: Vendor changes from containers/container-libs#475
1 parent 4507f72 commit 41a39bb

File tree

15 files changed

+306
-653
lines changed

15 files changed

+306
-653
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,9 @@ require (
139139
sigs.k8s.io/yaml v1.6.0 // indirect
140140
tags.cncf.io/container-device-interface/specs-go v1.0.1-0.20251120202831-139ffec09210 // indirect
141141
)
142+
143+
replace go.podman.io/common => github.com/lsm5/container-libs/common v0.0.0-20251127193840-93c622ea1705
144+
145+
replace go.podman.io/storage => github.com/lsm5/container-libs/storage v0.0.0-20251127193840-93c622ea1705
146+
147+
replace go.podman.io/image/v5 => github.com/lsm5/container-libs/image/v5 v5.0.0-20251127193840-93c622ea1705

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
146146
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
147147
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
148148
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
149+
github.com/lsm5/container-libs/common v0.0.0-20251127193840-93c622ea1705 h1:Jj+rGZ3aE8PHJ5c6piJ3lq8ifWjOThp1oMVeOPVT/QM=
150+
github.com/lsm5/container-libs/common v0.0.0-20251127193840-93c622ea1705/go.mod h1:Hkrtv0G+eJBvJxXlDBB5O10fIhHuq7Jq4MGJYDkHApw=
151+
github.com/lsm5/container-libs/image/v5 v5.0.0-20251127193840-93c622ea1705 h1:vZufrZJOQUQHCANI4YvJ7EPTERVS7C3KD0EYvV7L1Ew=
152+
github.com/lsm5/container-libs/image/v5 v5.0.0-20251127193840-93c622ea1705/go.mod h1:5YJtk/ShzEmtIxrJTjiF/0Q4SfuDfWDt9c/kKpwu7MQ=
153+
github.com/lsm5/container-libs/storage v0.0.0-20251127193840-93c622ea1705 h1:/+ri7/iAxznZaVWfy+85pE6IoMEtM4zU7YdiTosqLwE=
154+
github.com/lsm5/container-libs/storage v0.0.0-20251127193840-93c622ea1705/go.mod h1:izI0U2FxSpqivwmkVbTO7ECcoER6FnM6ZL7CFPu0Tfs=
149155
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
150156
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
151157
github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw=
@@ -301,12 +307,6 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
301307
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
302308
go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOVAtj4=
303309
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
304-
go.podman.io/common v0.66.1-0.20251126153106-c7808184e6f4 h1:+xIEfK9qKL9KWWHvDbNrH4+G0OxAz8ghje0D2eZvi5I=
305-
go.podman.io/common v0.66.1-0.20251126153106-c7808184e6f4/go.mod h1:Hkrtv0G+eJBvJxXlDBB5O10fIhHuq7Jq4MGJYDkHApw=
306-
go.podman.io/image/v5 v5.38.1-0.20251126153106-c7808184e6f4 h1:yPkv8MiZ5/RTGTT2V0eBXjplmgB4Hov5JZeTvnb1vhg=
307-
go.podman.io/image/v5 v5.38.1-0.20251126153106-c7808184e6f4/go.mod h1:5YJtk/ShzEmtIxrJTjiF/0Q4SfuDfWDt9c/kKpwu7MQ=
308-
go.podman.io/storage v1.61.1-0.20251126153106-c7808184e6f4 h1:YOEwzCviBJPkCjpEqtDXveTWrI9150/UyVvfz2mzwOE=
309-
go.podman.io/storage v1.61.1-0.20251126153106-c7808184e6f4/go.mod h1:izI0U2FxSpqivwmkVbTO7ECcoER6FnM6ZL7CFPu0Tfs=
310310
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
311311
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
312312
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

vendor/go.podman.io/image/v5/directory/directory_dest.go

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

vendor/go.podman.io/image/v5/directory/directory_src.go

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

vendor/go.podman.io/image/v5/directory/directory_transport.go

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

vendor/go.podman.io/storage/drivers/driver.go

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

vendor/go.podman.io/storage/drivers/fsdiff.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.

0 commit comments

Comments
 (0)