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

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

go.sum

+112
Large diffs are not rendered by default.

netbox/client/circuits/circuits_choices_list_parameters.go

-128
This file was deleted.

netbox/client/circuits/circuits_choices_read_parameters.go

-148
This file was deleted.

netbox/client/circuits/circuits_choices_read_responses.go

-70
This file was deleted.

0 commit comments

Comments
 (0)