Skip to content

Commit 24daf93

Browse files
committed
Update dependencies.
1 parent 880f4e7 commit 24daf93

File tree

2 files changed

+38
-179
lines changed

2 files changed

+38
-179
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/netbox-community/go-netbox
33
go 1.16
44

55
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
6+
github.com/go-openapi/errors v0.20.2
7+
github.com/go-openapi/runtime v0.23.3
8+
github.com/go-openapi/strfmt v0.21.2
9+
github.com/go-openapi/swag v0.21.1
10+
github.com/go-openapi/validate v0.21.0
1111
)

0 commit comments

Comments
 (0)