mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
Update vendor dependencies
- Update github.com/containers/common to v0.64.1-0.20250806164630-57def9601f3b - Update github.com/spf13/pflag to v1.0.7 - Update github.com/seccomp/libseccomp-golang to v0.11.1 Signed-off-by: Joshua Arrevillaga <2004jarrevillaga@gmail.com>
This commit is contained in:
5
vendor/github.com/containers/common/pkg/config/pull_policy.go
generated
vendored
5
vendor/github.com/containers/common/pkg/config/pull_policy.go
generated
vendored
@@ -87,8 +87,3 @@ func ParsePullPolicy(s string) (PullPolicy, error) {
|
||||
return PullPolicyUnsupported, fmt.Errorf("unsupported pull policy %q", s)
|
||||
}
|
||||
}
|
||||
|
||||
// Deprecated: please use `ParsePullPolicy` instead.
|
||||
func ValidatePullPolicy(s string) (PullPolicy, error) {
|
||||
return ParsePullPolicy(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user