File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343 github.com/stretchr/testify v1.11.1
4444 github.com/vishvananda/netlink v1.3.1
4545 go.etcd.io/bbolt v1.4.3
46- go.podman.io/image/v5 v5.39.1
46+ go.podman.io/image/v5 v5.39.2
4747 go.podman.io/storage v1.62.0
4848 golang.org/x/crypto v0.43.0
4949 golang.org/x/sync v0.17.0
Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ go.opentelemetry.io/otel/trace v1.36.0 h1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKr
323323go.opentelemetry.io/otel/trace v1.36.0 /go.mod h1:gQ+OnDZzrybY4k4seLzPAWNwVBBVlF2szhehOBB/tGA =
324324go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4 =
325325go.opentelemetry.io/proto/otlp v1.5.0 /go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4 =
326- go.podman.io/image/v5 v5.39.1 h1:loIw4qHzZzBlUguYZau40u8HbR5MrTPQhwT4Hy6sCm0 =
327- go.podman.io/image/v5 v5.39.1 /go.mod h1:SlaR6Pra1ATIx4BcuZ16oafb3QcCHISaKcJbtlN/G/0 =
326+ go.podman.io/image/v5 v5.39.2 h1:EJua/pRtvgLV/a5y8/RvA+ekKukZh0UuKMvLdTmEWFk =
327+ go.podman.io/image/v5 v5.39.2 /go.mod h1:SlaR6Pra1ATIx4BcuZ16oafb3QcCHISaKcJbtlN/G/0 =
328328go.podman.io/storage v1.62.0 h1:0QjX1XlzVmbiaulb+aR/CG6p9+pzaqwIeZPe3tEjHbY =
329329go.podman.io/storage v1.62.0 /go.mod h1:A3UBK0XypjNZ6pghRhuxg62+2NIm5lcUGv/7XyMhMUI =
330330go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs =
Original file line number Diff line number Diff line change 11package version
22
33// Version is the version of the build.
4- const Version = "0.67.0 "
4+ const Version = "0.67.1 "
You can’t perform that action at this time.
0 commit comments