Skip to content

Commit 449ba01

Browse files
committed
patched common
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 7929838 commit 449ba01

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ require (
138138
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
139139
)
140140

141-
replace go.podman.io/common => github.com/lsm5/container-libs/common v0.0.0-20251014193343-b41c3b4c87fd
141+
replace go.podman.io/common => github.com/lsm5/container-libs/common v0.0.0-20251016184723-9406e65878e8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
152152
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
153153
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec h1:2tTW6cDth2TSgRbAhD7yjZzTQmcN25sDRPEeinR51yQ=
154154
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec/go.mod h1:TmwEoGCwIti7BCeJ9hescZgRtatxRE+A72pCoPfmcfk=
155-
github.com/lsm5/container-libs/common v0.0.0-20251014193343-b41c3b4c87fd h1:l6X4N7DeA7W4h3WTvD6mZzsmYUqSow95XMD7I5apK74=
156-
github.com/lsm5/container-libs/common v0.0.0-20251014193343-b41c3b4c87fd/go.mod h1:kv0yXx/yrT60lUcVb86hezMGz/lXmyx3epvdFlM9du4=
155+
github.com/lsm5/container-libs/common v0.0.0-20251016184723-9406e65878e8 h1:EtzNClwYo+uP4tK5fL/BRpzSUyBd26fnx0nv1qoZZkQ=
156+
github.com/lsm5/container-libs/common v0.0.0-20251016184723-9406e65878e8/go.mod h1:kv0yXx/yrT60lUcVb86hezMGz/lXmyx3epvdFlM9du4=
157157
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
158158
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
159159
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=

vendor/go.podman.io/common/pkg/config/config.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ go.opentelemetry.io/otel/trace
464464
go.opentelemetry.io/otel/trace/embedded
465465
go.opentelemetry.io/otel/trace/internal/telemetry
466466
go.opentelemetry.io/otel/trace/noop
467-
# go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4 => github.com/lsm5/container-libs/common v0.0.0-20251014193343-b41c3b4c87fd
467+
# go.podman.io/common v0.65.1-0.20250916163606-92222dcd3da4 => github.com/lsm5/container-libs/common v0.0.0-20251016184723-9406e65878e8
468468
## explicit; go 1.24.2
469469
go.podman.io/common/internal
470470
go.podman.io/common/internal/attributedstring
@@ -825,4 +825,4 @@ tags.cncf.io/container-device-interface/pkg/parser
825825
# tags.cncf.io/container-device-interface/specs-go v1.0.0
826826
## explicit; go 1.19
827827
tags.cncf.io/container-device-interface/specs-go
828-
# go.podman.io/common => github.com/lsm5/container-libs/common v0.0.0-20251014193343-b41c3b4c87fd
828+
# go.podman.io/common => github.com/lsm5/container-libs/common v0.0.0-20251016184723-9406e65878e8

0 commit comments

Comments
 (0)