We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Followed readme instruction, I tried to install golang package by command :
go get github.com/netbox-community/go-netbox/[email protected]
And got error: go: github.com/netbox-community/go-netbox/[email protected]: invalid version: unknown revision v3.7.1-0
Also if just type: go get github.com/netbox-community/go-netbox/v3
The result in go.mod is not latest version of v3 (assume it should be v3.7.1-0)
It works for using correct tag by command: go get github.com/netbox-community/go-netbox/[email protected]
The text was updated successfully, but these errors were encountered:
Fixed. Thanks!
Sorry, something went wrong.
No branches or pull requests
Followed readme instruction, I tried to install golang package by command :
go get github.com/netbox-community/go-netbox/[email protected]
And got error:
go: github.com/netbox-community/go-netbox/[email protected]: invalid version: unknown revision v3.7.1-0
Also if just type:
go get github.com/netbox-community/go-netbox/v3
The result in go.mod is not latest version of v3 (assume it should be v3.7.1-0)
It works for using correct tag by command:
go get github.com/netbox-community/go-netbox/[email protected]
The text was updated successfully, but these errors were encountered: