mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
Update module github.com/go-swagger/go-swagger to v0.32.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
test/tools/vendor/github.com/Masterminds/semver/v3/constraints.go
generated
vendored
2
test/tools/vendor/github.com/Masterminds/semver/v3/constraints.go
generated
vendored
@@ -586,7 +586,7 @@ func rewriteRange(i string) string {
|
||||
}
|
||||
o := i
|
||||
for _, v := range m {
|
||||
t := fmt.Sprintf(">= %s, <= %s", v[1], v[11])
|
||||
t := fmt.Sprintf(">= %s, <= %s ", v[1], v[11])
|
||||
o = strings.Replace(o, v[0], t, 1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user