-
Notifications
You must be signed in to change notification settings - Fork 540
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
Glide failing on importing a package moved to stdlib #1055
Comments
From your initial post x/crypto, you are using go version I believe Glide is attempting to find the built-in package Add to glide.yaml:
|
Also in relation to your comment of #935, it is possible that someone needs to add it to the list of packages added to std library here for this to work properly for go1.13+: Edit: Ah, looks like you already got there 👍 #1056 |
Right, thanks. Sorry for wrong linking. |
Package golang.org/x/crypto/ed25519 was moved to stdlib in go 1.13
Glide is failing on resolution regardless there is a conditional build tag in the imported library.
I am importing
golang.org/x/crypto/ed25519
but glide import is failing on
Maybe similar to #935
The text was updated successfully, but these errors were encountered: