mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Merge pull request #27589 from containers/renovate/common-image-and-storage-deps
fix(deps): update common, image, and storage deps to 22d50c5
This commit is contained in:
6
go.mod
6
go.mod
@@ -64,9 +64,9 @@ require (
|
|||||||
github.com/stretchr/testify v1.11.1
|
github.com/stretchr/testify v1.11.1
|
||||||
github.com/vbauerster/mpb/v8 v8.11.2
|
github.com/vbauerster/mpb/v8 v8.11.2
|
||||||
github.com/vishvananda/netlink v1.3.1
|
github.com/vishvananda/netlink v1.3.1
|
||||||
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda
|
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c
|
||||||
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda
|
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c
|
||||||
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda
|
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c
|
||||||
golang.org/x/crypto v0.45.0
|
golang.org/x/crypto v0.45.0
|
||||||
golang.org/x/net v0.47.0
|
golang.org/x/net v0.47.0
|
||||||
golang.org/x/sync v0.18.0
|
golang.org/x/sync v0.18.0
|
||||||
|
|||||||
12
go.sum
12
go.sum
@@ -471,12 +471,12 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
|
|||||||
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
|
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
|
||||||
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
|
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
|
||||||
go.opentelemetry.io/proto/otlp v1.5.0/go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4=
|
go.opentelemetry.io/proto/otlp v1.5.0/go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4=
|
||||||
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda h1:Ib1vIEYB5eCSz3G09sROyY/j09jztFlWRm4G52vWj3k=
|
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c h1:BVbMOd8iQudCWi7ZovrurXCF3OBrVjWHtRws4knbKgE=
|
||||||
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda/go.mod h1:8qbjUhjwp4i5u1O19vzwYW2qwIuPdFXIuv4nl3Z8px8=
|
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c/go.mod h1:8qbjUhjwp4i5u1O19vzwYW2qwIuPdFXIuv4nl3Z8px8=
|
||||||
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda h1:YySc/E4bpD5b5y4kFN/7ZDo5JcXnOpPfwU78kH9D+EU=
|
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c h1:5RHfIQ06rcaVMCRM8TxTK8/tU550tQsVrDC8LQGm9LM=
|
||||||
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda/go.mod h1:9DniP9NaGH03kzwNKYEtOXgRJwO+cQHENH+G4sOwLNc=
|
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c/go.mod h1:9DniP9NaGH03kzwNKYEtOXgRJwO+cQHENH+G4sOwLNc=
|
||||||
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda h1:bC4fEguil4pwVp2U2zKWUC5ouqIwRDdtyJxtX1bPY+0=
|
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c h1:KXfC7Sd8oNDasi/2LkNxD0O9Yz67FkTVBE6e0h9AqZ4=
|
||||||
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda/go.mod h1:4p18A5ymiiJTllTu2Eo7CX88SO+V110TMzi31pXsb1s=
|
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c/go.mod h1:4p18A5ymiiJTllTu2Eo7CX88SO+V110TMzi31pXsb1s=
|
||||||
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
|
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
|
||||||
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
|
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
|
||||||
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
|
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
|
||||||
|
|||||||
16
vendor/go.podman.io/common/pkg/config/containers.conf
generated
vendored
16
vendor/go.podman.io/common/pkg/config/containers.conf
generated
vendored
@@ -359,7 +359,7 @@ default_sysctls = [
|
|||||||
# already containers/images or CNI networks preset it will choose CNI.
|
# already containers/images or CNI networks preset it will choose CNI.
|
||||||
#
|
#
|
||||||
# Before changing this value all containers must be stopped otherwise it is likely that
|
# Before changing this value all containers must be stopped otherwise it is likely that
|
||||||
# iptables rules and network interfaces might leak on the host. A reboot will fix this.
|
# firewall rules and network interfaces might leak on the host. A reboot will fix this.
|
||||||
#
|
#
|
||||||
#network_backend = ""
|
#network_backend = ""
|
||||||
|
|
||||||
@@ -384,7 +384,7 @@ default_sysctls = [
|
|||||||
|
|
||||||
# The firewall driver to be used by netavark.
|
# The firewall driver to be used by netavark.
|
||||||
# The default is empty which means netavark will pick one accordingly. Current supported
|
# The default is empty which means netavark will pick one accordingly. Current supported
|
||||||
# drivers are "iptables", "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
|
# drivers are "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
|
||||||
# experimental at the moment and not recommend outside of testing).
|
# experimental at the moment and not recommend outside of testing).
|
||||||
#
|
#
|
||||||
#firewall_driver = ""
|
#firewall_driver = ""
|
||||||
@@ -542,10 +542,14 @@ default_sysctls = [
|
|||||||
#
|
#
|
||||||
#enable_port_reservation = true
|
#enable_port_reservation = true
|
||||||
|
|
||||||
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
|
# Environment variables to be used when running the container engine (e.g.,
|
||||||
# For example "http_proxy=internal.proxy.company.com".
|
# Podman, Buildah). For example "MYVAR=value". These environment variables
|
||||||
# Note these environment variables will not be used within the container.
|
# will not be used within the container. Set the env section under the
|
||||||
# Set the env section under [containers] table, if you want to set environment variables for the container.
|
# [containers] table, if you want to set environment variables for the
|
||||||
|
# container.
|
||||||
|
# Note when using this to set http proxy variables then they might get
|
||||||
|
# leaked into the container depending on if `http_proxy` (under the
|
||||||
|
# [containers] table) is set to to true (default) or false.
|
||||||
#
|
#
|
||||||
#env = []
|
#env = []
|
||||||
|
|
||||||
|
|||||||
12
vendor/go.podman.io/common/pkg/config/containers.conf-freebsd
generated
vendored
12
vendor/go.podman.io/common/pkg/config/containers.conf-freebsd
generated
vendored
@@ -393,10 +393,14 @@ default_sysctls = [
|
|||||||
#
|
#
|
||||||
#enable_port_reservation = true
|
#enable_port_reservation = true
|
||||||
|
|
||||||
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
|
# Environment variables to be used when running the container engine (e.g.,
|
||||||
# For example "http_proxy=internal.proxy.company.com".
|
# Podman, Buildah). For example "MYVAR=value". These environment variables
|
||||||
# Note these environment variables will not be used within the container.
|
# will not be used within the container. Set the env section under the
|
||||||
# Set the env section under [containers] table, if you want to set environment variables for the container.
|
# [containers] table, if you want to set environment variables for the
|
||||||
|
# container.
|
||||||
|
# Note when using this to set http proxy variables then they might get
|
||||||
|
# leaked into the container depending on if `http_proxy` (under the
|
||||||
|
# [containers] table) is set to to true (default) or false.
|
||||||
#
|
#
|
||||||
#env = []
|
#env = []
|
||||||
|
|
||||||
|
|||||||
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
@@ -787,7 +787,7 @@ go.opentelemetry.io/otel/trace
|
|||||||
go.opentelemetry.io/otel/trace/embedded
|
go.opentelemetry.io/otel/trace/embedded
|
||||||
go.opentelemetry.io/otel/trace/internal/telemetry
|
go.opentelemetry.io/otel/trace/internal/telemetry
|
||||||
go.opentelemetry.io/otel/trace/noop
|
go.opentelemetry.io/otel/trace/noop
|
||||||
# go.podman.io/common v0.66.1-0.20251120131032-23712697ddda
|
# go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c
|
||||||
## explicit; go 1.24.2
|
## explicit; go 1.24.2
|
||||||
go.podman.io/common/internal
|
go.podman.io/common/internal
|
||||||
go.podman.io/common/internal/attributedstring
|
go.podman.io/common/internal/attributedstring
|
||||||
@@ -857,7 +857,7 @@ go.podman.io/common/pkg/umask
|
|||||||
go.podman.io/common/pkg/util
|
go.podman.io/common/pkg/util
|
||||||
go.podman.io/common/pkg/version
|
go.podman.io/common/pkg/version
|
||||||
go.podman.io/common/version
|
go.podman.io/common/version
|
||||||
# go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda
|
# go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c
|
||||||
## explicit; go 1.24.0
|
## explicit; go 1.24.0
|
||||||
go.podman.io/image/v5/copy
|
go.podman.io/image/v5/copy
|
||||||
go.podman.io/image/v5/directory
|
go.podman.io/image/v5/directory
|
||||||
@@ -931,7 +931,7 @@ go.podman.io/image/v5/transports
|
|||||||
go.podman.io/image/v5/transports/alltransports
|
go.podman.io/image/v5/transports/alltransports
|
||||||
go.podman.io/image/v5/types
|
go.podman.io/image/v5/types
|
||||||
go.podman.io/image/v5/version
|
go.podman.io/image/v5/version
|
||||||
# go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda
|
# go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c
|
||||||
## explicit; go 1.24.0
|
## explicit; go 1.24.0
|
||||||
go.podman.io/storage
|
go.podman.io/storage
|
||||||
go.podman.io/storage/drivers
|
go.podman.io/storage/drivers
|
||||||
|
|||||||
Reference in New Issue
Block a user