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

chore(deps): bump github.com/go-openapi/loads from 0.19.5 to 0.21.2 #191

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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.16
require (
github.com/cheekybits/genny v1.0.1-0.20200709201058-3e22f1a88ff2
github.com/felixge/httpsnoop v1.0.1
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/spec v0.19.14
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/swag v0.19.12
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.19.12
github.com/go-sql-driver/mysql v1.6.0
github.com/go-swagger/go-swagger v0.25.0
Expand All @@ -37,6 +37,6 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
gotest.tools/gotestsum v1.6.4
)
Loading