Skip to content

Commit

Permalink
Bump github.com/go-openapi/runtime from 0.19.24 to 0.25.0 (#148)
Browse files Browse the repository at this point in the history
* Bump github.com/go-openapi/runtime from 0.19.24 to 0.25.0

Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.19.24 to 0.25.0.
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.19.24...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* changelog

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paras Prajapati <15036233+paraspraj@users.noreply.github.com>
Co-authored-by: Paras Prajapati <paras.prajapati@hashicorp.com>
  • Loading branch information
3 people committed Dec 14, 2022
1 parent d962412 commit b8be798
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 147 deletions.
3 changes: 3 additions & 0 deletions .changelog/148.txt
@@ -0,0 +1,3 @@
```release-note:improvement
Bump github.com/go-openapi/runtime from 0.19.24 to 0.25.0
```
13 changes: 9 additions & 4 deletions go.mod
Expand Up @@ -7,34 +7,39 @@ retract v0.26.0 // Pushed accidentally
require (
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/runtime v0.25.0
github.com/go-openapi/spec v0.20.6
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.20.2
github.com/go-openapi/validate v0.21.0
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/iancoleman/strcase v0.2.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
)

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.11.0 // indirect
go.opentelemetry.io/otel v1.11.1 // indirect
go.opentelemetry.io/otel/trace v1.11.1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down

0 comments on commit b8be798

Please sign in to comment.