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

outline-cli build error: golang.org/x/crypto@v0.18.0: missing go.sum entry #296

Open
sasanmcp opened this issue Oct 10, 2024 · 2 comments
Open

Comments

@sasanmcp
Copy link

sasanmcp commented Oct 10, 2024

I'm trying to build the outline-cli on my ubuntu. The build script should get updated. I'm getting this error while trying to build it:

go: github.com/Jigsaw-Code/outline-sdk@v0.0.17-0.20240726212635-470a9290ec57 requires
golang.org/x/crypto@v0.18.0: missing go.sum entry; to add it:
go mod download golang.org/x/crypto

@sasanmcp sasanmcp changed the title golang.org/x/crypto@v0.18.0: missing go.sum entry outline-cli build error: golang.org/x/crypto@v0.18.0: missing go.sum entry Oct 11, 2024
@sbruens
Copy link
Contributor

sbruens commented Oct 15, 2024

What Go version are you using? We require Go 1.21. It looks like golang.org/x/crypto@v0.18.0 is already in the go.sum.

@sasanmcp
Copy link
Author

sasanmcp commented Oct 16, 2024 via email

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

No branches or pull requests

2 participants