pdfcpu: api: Install problem v0.4.0
OS is Ubuntu 20.04.5 LTS (focal) I have upgraded to go version 1.20.1
Was previously using pdfcpu v0.3.13 successfully with go get github.com/pdfcpu/pdfcpu and using the API functions, but I wanted to upgrade to the latest version to use the Resize command.
When I attempt upgrade I get:
go get -u github.com/pdfcpu/pdfcpu
go: github.com/pdfcpu/pdfcpu@v0.4.0: verifying go.mod: github.com/pdfcpu/pdfcpu@v0.4.0/go.mod: reading https://sum.golang.org/lookup/github.com/pdfcpu/pdfcpu@v0.4.0: 404 Not Found
Is pdfcpu no longer supported as a library? I don’t want to install and use it via command line, it’s much better to use the API functions within my golang application, please continue to allow this?
thank you
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 2
- Comments: 18
Try this in order to get the latest & greatest:
👍 You got lucky… Occasional timeouts during
go get
orgo intall
may happen due to current repo size. That’s because both commands use the Go Proxy. For these cases the workaround above still applies until further notice.Thank you, that seems to be solving the timeout issue!
This issue is still under investigation.
workaround for now:
brew install pdfcpu