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

not support golang version < 1.13 ? cannot load crypto/ed25519 #796

Closed
leeyongda opened this issue Sep 27, 2019 · 1 comment
Closed

not support golang version < 1.13 ? cannot load crypto/ed25519 #796

leeyongda opened this issue Sep 27, 2019 · 1 comment
Labels
duplicate go.mod Issues related to go modules question

Comments

@leeyongda
Copy link

leeyongda commented Sep 27, 2019

golang version 1.12.9

go build main.go

build fail panic error

cannot load crypto/ed25519: cannot find module providing package crypto/ed25519

golang version 1.13 std support "crypto/ed25519"

golang version < 1.13 use "golang.org/x/crypto/ed25519" replace "crypto/ed25519"

Suggest:

1. use golang 1.13

2. use golang < 1.13 && go-micro <= 1.8.2 && go get -u github.com/micro/[email protected]

@milosgajdos milosgajdos added duplicate go.mod Issues related to go modules question labels Sep 27, 2019
@milosgajdos
Copy link
Contributor

This is duplicate of #748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate go.mod Issues related to go modules question
Projects
None yet
Development

No branches or pull requests

2 participants