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

Lines changed: 5 additions & 5 deletions
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)