Files
odo/vendor/github.com/go-openapi/spec/url_go18.go
dependabot[bot] 106473af73 Go: Bump github.com/go-openapi/spec from 0.19.5 to 0.20.8 (#6546)
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>
2023-01-30 11:14:32 -05:00

9 lines
95 B
Go
Generated

//go:build !go1.19
// +build !go1.19
package spec
import "net/url"
var parseURL = url.Parse