Skip to content

Commit 3cf5d68

Browse files
authored
Merge pull request #119 from tagur87/update_2.11.11
Netbox v2.11.11 Client Update
2 parents 927b38b + ca20d27 commit 3cf5d68

File tree

1,514 files changed

+168811
-86932
lines changed

Some content is hidden

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

1,514 files changed

+168811
-86932
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package assumes you are using NetBox 2.0, as the NetBox 1.0 API no longer e
1111
Using the client
1212
================
1313

14-
The `github.com/go-netbox/netbox` package has some convenience functions for creating clients with the most common
14+
The `github.com/netbox-community/go-netbox/netbox` package has some convenience functions for creating clients with the most common
1515
configurations you are likely to need while connecting to NetBox. `NewNetboxAt` allows you to specify a hostname
1616
(including port, if you need it), and `NewNetboxWithAPIKey` allows you to specify both a hostname:port and API token.
1717
```golang
@@ -72,7 +72,7 @@ func main() {
7272
Go Module support
7373
================
7474

75-
Go 1.13+
75+
Go 1.16+
7676

7777
`go get github.com/netbox-community/go-netbox`
7878

examples/debugflag/debugflag.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
"fmt"
2020
"os"
2121

22-
"github.com/netbox-community/go-netbox/netbox/client"
23-
"github.com/go-openapi/strfmt"
2422
runtimeclient "github.com/go-openapi/runtime/client"
23+
"github.com/go-openapi/strfmt"
24+
"github.com/netbox-community/go-netbox/netbox/client"
2525
)
2626

2727
func main() {

go.mod

Lines changed: 6 additions & 6 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.14
3+
go 1.16
44

55
require (
6-
github.com/go-openapi/errors v0.19.6
7-
github.com/go-openapi/runtime v0.19.21
8-
github.com/go-openapi/strfmt v0.19.5
9-
github.com/go-openapi/swag v0.19.9
10-
github.com/go-openapi/validate v0.19.10
6+
github.com/go-openapi/errors v0.20.1
7+
github.com/go-openapi/runtime v0.19.31
8+
github.com/go-openapi/strfmt v0.20.2
9+
github.com/go-openapi/swag v0.19.15
10+
github.com/go-openapi/validate v0.20.2
1111
)

go.sum

Lines changed: 91 additions & 48 deletions
Large diffs are not rendered by default.

netbox/client/circuits/circuits_circuit_terminations_bulk_delete_parameters.go

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/client/circuits/circuits_circuit_terminations_bulk_delete_responses.go

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)