-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from tagur87/update_2.11.11
Netbox v2.11.11 Client Update
- Loading branch information
Showing
1,514 changed files
with
168,811 additions
and
86,932 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
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
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.14 | ||
go 1.16 | ||
|
||
require ( | ||
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.9 | ||
github.com/go-openapi/validate v0.19.10 | ||
github.com/go-openapi/errors v0.20.1 | ||
github.com/go-openapi/runtime v0.19.31 | ||
github.com/go-openapi/strfmt v0.20.2 | ||
github.com/go-openapi/swag v0.19.15 | ||
github.com/go-openapi/validate v0.20.2 | ||
) |
141 changes: 141 additions & 0 deletions
141
netbox/client/circuits/circuits_circuit_terminations_bulk_delete_parameters.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
68 changes: 68 additions & 0 deletions
68
netbox/client/circuits/circuits_circuit_terminations_bulk_delete_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.