Skip to content

Commit 6099223

Browse files
authored
Merge pull request #241 from firecracker-microvm/dependabot/go_modules/github.com/go-openapi/runtime-0.19.16
Bump github.com/go-openapi/runtime from 0.19.15 to 0.19.16
2 parents 070abe0 + 2d3885e commit 6099223

File tree

2 files changed

+102
-4
lines changed

2 files changed

+102
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ require (
66
github.com/containerd/fifo v0.0.0-20191213151349-ff969a566b00
77
github.com/containernetworking/cni v0.7.2-0.20190807151350-8c6c47d1c7fc
88
github.com/containernetworking/plugins v0.8.6
9-
github.com/go-openapi/errors v0.19.4
10-
github.com/go-openapi/runtime v0.19.15
9+
github.com/go-openapi/errors v0.19.6
10+
github.com/go-openapi/runtime v0.19.16
1111
github.com/go-openapi/strfmt v0.19.5
1212
github.com/go-openapi/swag v0.19.9
13-
github.com/go-openapi/validate v0.19.8
13+
github.com/go-openapi/validate v0.19.10
1414
github.com/gofrs/uuid v3.3.0+incompatible
1515
github.com/hashicorp/go-multierror v1.0.0
1616
github.com/pkg/errors v0.9.1
1717
github.com/sirupsen/logrus v1.6.0
1818
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
1919
github.com/stretchr/testify v1.6.1
2020
github.com/vishvananda/netlink v1.1.0
21-
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
21+
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
2222
)

0 commit comments

Comments
 (0)