Skip to content

Commit 9dc1ea8

Browse files
authored
Merge pull request #92 from synthesio/2.9
Upgrade for Netbox 2.9
2 parents eea8573 + c81698e commit 9dc1ea8

File tree

616 files changed

+38281
-9125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

616 files changed

+38281
-9125
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
)

go.sum

Lines changed: 112 additions & 0 deletions
Large diffs are not rendered by default.

netbox/client/circuits/circuits_choices_list_parameters.go

Lines changed: 0 additions & 128 deletions
This file was deleted.

netbox/client/circuits/circuits_choices_read_parameters.go

Lines changed: 0 additions & 148 deletions
This file was deleted.

netbox/client/circuits/circuits_choices_read_responses.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)