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

crypto/ecdh is not in GOROOT (Go 1.18) #283

Closed
Lynx-1 opened this issue Jan 23, 2024 · 1 comment
Closed

crypto/ecdh is not in GOROOT (Go 1.18) #283

Lynx-1 opened this issue Jan 23, 2024 · 1 comment

Comments

@Lynx-1
Copy link

Lynx-1 commented Jan 23, 2024

./go/pkg/mod/github.com/refraction-networking/utls@v1.6.1/cfkem.go:25:2: package crypto/ecdh is not in GOROOT (/usr/lib/go-1.18/src/crypto/ecdh) why?

@gaukas
Copy link
Contributor

gaukas commented Jan 23, 2024

You need to run at least Go 1.20. That's actually the only reason uTLS is no longer supporting older versions of Go and requiring a minimal version of 1.20 in go.mod.

@gaukas gaukas changed the title why? crypto/ecdh is not in GOROOT (Go 1.18) Jan 23, 2024
@gaukas gaukas closed this as completed Jan 23, 2024
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

2 participants