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

Bump github.com/go-openapi/strfmt from 0.19.10 to 0.21.3 #65

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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ require (
github.com/containerd/fifo v0.0.0-20191213151349-ff969a566b00
github.com/containernetworking/cni v0.8.0
github.com/containernetworking/plugins v0.9.0
github.com/go-openapi/errors v0.20.0
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/runtime v0.19.26
github.com/go-openapi/strfmt v0.19.10
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/swag v0.19.14
github.com/go-openapi/validate v0.19.12
github.com/gofrs/uuid v3.3.0+incompatible
github.com/hashicorp/go-multierror v1.0.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
)
Loading