We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880f4e7 commit 24daf93Copy full SHA for 24daf93
go.mod
@@ -3,9 +3,9 @@ module github.com/netbox-community/go-netbox
3
go 1.16
4
5
require (
6
- github.com/go-openapi/errors v0.20.1
7
- github.com/go-openapi/runtime v0.19.31
8
- github.com/go-openapi/strfmt v0.20.2
9
- github.com/go-openapi/swag v0.19.15
10
- github.com/go-openapi/validate v0.20.2
+ github.com/go-openapi/errors v0.20.2
+ github.com/go-openapi/runtime v0.23.3
+ github.com/go-openapi/strfmt v0.21.2
+ github.com/go-openapi/swag v0.21.1
+ github.com/go-openapi/validate v0.21.0
11
)
0 commit comments