Skip to content

Commit ba79010

Browse files
author
Jeremy Albinet
committed
Bump dependencies
1 parent 674aa06 commit ba79010

File tree

2 files changed

+117
-5
lines changed

2 files changed

+117
-5
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/netbox-community/go-netbox
22

3-
go 1.13
3+
go 1.14
44

55
require (
6-
github.com/go-openapi/errors v0.19.4
7-
github.com/go-openapi/runtime v0.19.14
6+
github.com/go-openapi/errors v0.19.6
7+
github.com/go-openapi/runtime v0.19.21
88
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
9+
github.com/go-openapi/swag v0.19.9
10+
github.com/go-openapi/validate v0.19.10
1111
)

0 commit comments

Comments
 (0)