We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674aa06 commit ba79010Copy full SHA for ba79010
go.mod
@@ -1,11 +1,11 @@
1
module github.com/netbox-community/go-netbox
2
3
-go 1.13
+go 1.14
4
5
require (
6
- github.com/go-openapi/errors v0.19.4
7
- github.com/go-openapi/runtime v0.19.14
+ github.com/go-openapi/errors v0.19.6
+ github.com/go-openapi/runtime v0.19.21
8
github.com/go-openapi/strfmt v0.19.5
9
- github.com/go-openapi/swag v0.19.8
10
- github.com/go-openapi/validate v0.19.7
+ github.com/go-openapi/swag v0.19.9
+ github.com/go-openapi/validate v0.19.10
11
)
0 commit comments