-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
Installation method is deprecated #119
Comments
Does not work Giving me:
|
Are you inside a Go project? |
When installing the binary, the goproxy server does not find a version attached to it. This is happening on version >v1.18 $ go install github.com/jfeliu007/goplantuml/parser@latest
go: github.com/jfeliu007/goplantuml/parser@latest: module github.com/jfeliu007/goplantuml/parser: Get "https://proxy.golang.org/github.com/jfeliu007/goplantuml/parser/@v/list": dial tcp: lookup proxy.golang.org on 172.23.0.1:53: read udp 172.23.14.198:46677->172.23.0.1:53: i/o timeout |
should we be inside a go project when following the Installation instructions ? i am getting
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing through
go get
as suggested in the readme does not work anymore with Go 1.16+The new recommended method is simply running
go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
.For more information, see the docs on
go install
The text was updated successfully, but these errors were encountered: