mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Bumps [github.com/go-openapi/spec](https://github.com/go-openapi/spec) from 0.19.5 to 0.20.8. - [Release notes](https://github.com/go-openapi/spec/releases) - [Commits](https://github.com/go-openapi/spec/compare/v0.19.5...v0.20.8) --- updated-dependencies: - dependency-name: github.com/go-openapi/spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
95 B
Go
Generated
9 lines
95 B
Go
Generated
//go:build !go1.19
|
|
// +build !go1.19
|
|
|
|
package spec
|
|
|
|
import "net/url"
|
|
|
|
var parseURL = url.Parse
|