Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-ISSUE: Bump github.com/go-openapi/runtime from 0.19.20 to 0.25.0 #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
github.com/alessio/shellescape v1.4.1
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/aws/aws-sdk-go v1.34.21
github.com/buger/jsonparser v1.1.1
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
Expand All @@ -20,13 +20,13 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/filanov/stateswitch v0.0.0-20200714113403-51a42a34c604
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.20
github.com/go-openapi/spec v0.19.9
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.25.0
github.com/go-openapi/spec v0.20.4
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.21.0
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/golang/mock v1.5.0
github.com/google/renameio v0.1.0
Expand Down Expand Up @@ -57,15 +57,15 @@ require (
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
github.com/slok/go-http-metrics v0.8.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/thedevsaddam/retry v0.0.0-20200324223450-9769a859cc6d
github.com/thoas/go-funk v0.8.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
go.elastic.co/apm/module/apmhttp v1.11.0
go.elastic.co/apm/module/apmlogrus v1.11.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
golang.org/x/tools v0.1.5 // indirect
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/ini.v1 v1.51.0
Expand Down
Loading