Skip to content
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

Open
scrouthtv opened this issue Sep 26, 2021 · 4 comments
Open

Installation method is deprecated #119

scrouthtv opened this issue Sep 26, 2021 · 4 comments

Comments

@scrouthtv
Copy link

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

@garrettlove8
Copy link

garrettlove8 commented Sep 27, 2021

Does not work

Giving me:

> [19/20] RUN go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest:
#22 0.237 package github.com/jfeliu007/goplantuml/cmd/goplantuml@latest: cannot use path@version syntax in GOPATH mode
------
executor failed running [/bin/sh -c go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest]: exit code: 1

@scrouthtv
Copy link
Author

Are you inside a Go project?
Which Go version are you running?

@valerius21
Copy link

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

@vimalk78
Copy link

vimalk78 commented Feb 12, 2024

should we be inside a go project when following the Installation instructions ?

i am getting

$  go install github.com/jfeliu007/goplantuml/parser@latest 
package github.com/jfeliu007/goplantuml/parser is not a main package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants