forked from netbox-community/go-netbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeremy Albinet
committed
Sep 15, 2020
1 parent
674aa06
commit ba79010
Showing
2 changed files
with
117 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module github.com/netbox-community/go-netbox | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/go-openapi/errors v0.19.4 | ||
github.com/go-openapi/runtime v0.19.14 | ||
github.com/go-openapi/errors v0.19.6 | ||
github.com/go-openapi/runtime v0.19.21 | ||
github.com/go-openapi/strfmt v0.19.5 | ||
github.com/go-openapi/swag v0.19.8 | ||
github.com/go-openapi/validate v0.19.7 | ||
github.com/go-openapi/swag v0.19.9 | ||
github.com/go-openapi/validate v0.19.10 | ||
) |
Oops, something went wrong.