Skip to content

Commit

Permalink
Merge pull request #119 from tagur87/update_2.11.11
Browse files Browse the repository at this point in the history
Netbox v2.11.11 Client Update
  • Loading branch information
awlx authored Sep 6, 2021
2 parents 927b38b + ca20d27 commit 3cf5d68
Show file tree
Hide file tree
Showing 1,514 changed files with 168,811 additions and 86,932 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package assumes you are using NetBox 2.0, as the NetBox 1.0 API no longer e
Using the client
================

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

Go 1.13+
Go 1.16+

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

Expand Down
4 changes: 2 additions & 2 deletions examples/debugflag/debugflag.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"fmt"
"os"

"github.com/netbox-community/go-netbox/netbox/client"
"github.com/go-openapi/strfmt"
runtimeclient "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"github.com/netbox-community/go-netbox/netbox/client"
)

func main() {
Expand Down
12 changes: 6 additions & 6 deletions go.mod
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
)
139 changes: 91 additions & 48 deletions go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cf5d68

Please sign in to comment.