File tree Expand file tree Collapse file tree
go.podman.io/storage/drivers/overlay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,3 +191,5 @@ require (
191191 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
192192 tags.cncf.io/container-device-interface/specs-go v1.1.0 // indirect
193193)
194+
195+ replace go.podman.io/storage => github.com/giuseppe/container-libs/storage v0.0.0-20260304210837-171a0bc303d3
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
129129github.com/fsnotify/fsnotify v1.9.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
130130github.com/fsouza/go-dockerclient v1.12.3 h1:CEsX4/msyMEekHAR9Pf8XniZBtwGo0Kl+mLPQ/AnSys =
131131github.com/fsouza/go-dockerclient v1.12.3 /go.mod h1:gl0t2KUfrsLbm4tw5/ySsJkkFpi7Fz9gXzY2BKLEvZA =
132+ github.com/giuseppe/container-libs/storage v0.0.0-20260304210837-171a0bc303d3 h1:tRAOn55daG+yCfq82M1MtA7EPLDRidl6398/Ir4chxE =
133+ github.com/giuseppe/container-libs/storage v0.0.0-20260304210837-171a0bc303d3 /go.mod h1:B83Ad8mtO0GZs7rEwb66f0Ed5G57NyKI/iJZHoJrpUE =
132134github.com/gkampitakis/ciinfo v0.3.2 h1:JcuOPk8ZU7nZQjdUhctuhQofk7BGHuIy0c9Ez8BNhXs =
133135github.com/gkampitakis/ciinfo v0.3.2 /go.mod h1:1NIwaOcFChN4fa/B0hEBdAb6npDlFL8Bwx4dfRLRqAo =
134136github.com/gkampitakis/go-diff v1.3.2 h1:Qyn0J9XJSDTgnsgHRdz9Zp24RaJeKMUHg2+PDZZdC4M =
@@ -449,8 +451,6 @@ go.podman.io/common v0.67.1-0.20260304132626-c0ec6c1ad7ea h1:iDxH5QwfIOjhuhLKsCD
449451go.podman.io/common v0.67.1-0.20260304132626-c0ec6c1ad7ea /go.mod h1:ej/rUzFJ27a3nxsDtZdQnp1+2EzuAA8dgv2Cl9BcBjg =
450452go.podman.io/image/v5 v5.39.2-0.20260304132626-c0ec6c1ad7ea h1:r1F0pu+uRPx3G5Z7Bzf6pBxJgypQTOaMDkMQelZdBDM =
451453go.podman.io/image/v5 v5.39.2-0.20260304132626-c0ec6c1ad7ea /go.mod h1:uSrPrFa7oAZ3VlLyy37JdYemD4yel0BIRtDWz9Z+mog =
452- go.podman.io/storage v1.62.1-0.20260304132626-c0ec6c1ad7ea h1:d4gVoL1PxXFIicBaA5xXLLV9lxeGKFWUtND7CAcYw8g =
453- go.podman.io/storage v1.62.1-0.20260304132626-c0ec6c1ad7ea /go.mod h1:B83Ad8mtO0GZs7rEwb66f0Ed5G57NyKI/iJZHoJrpUE =
454454go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0 =
455455go.yaml.in/yaml/v2 v2.4.3 /go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8 =
456456go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
Original file line number Diff line number Diff line change @@ -918,7 +918,7 @@ go.podman.io/image/v5/transports
918918go.podman.io/image/v5/transports/alltransports
919919go.podman.io/image/v5/types
920920go.podman.io/image/v5/version
921- # go.podman.io/storage v1.62.1-0.20260304132626-c0ec6c1ad7ea
921+ # go.podman.io/storage v1.62.1-0.20260304132626-c0ec6c1ad7ea => github.com/giuseppe/container-libs/storage v0.0.0-20260304210837-171a0bc303d3
922922## explicit; go 1.24.0
923923go.podman.io/storage
924924go.podman.io/storage/drivers
@@ -1223,3 +1223,4 @@ tags.cncf.io/container-device-interface/pkg/parser
12231223# tags.cncf.io/container-device-interface/specs-go v1.1.0
12241224## explicit; go 1.19
12251225tags.cncf.io/container-device-interface/specs-go
1226+ # go.podman.io/storage => github.com/giuseppe/container-libs/storage v0.0.0-20260304210837-171a0bc303d3
You can’t perform that action at this time.
0 commit comments