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
[DEBUG] Trying to open golang.org/x/crypto/ed25519 (/Users/martin.kunc/.glide/cache/src/https-golang.org-x-crypto/ed25519)
[DEBUG] Package golang.org/x/crypto/ed25519 imports crypto/ed25519
[DEBUG] Missing crypto/ed25519. Trying to resolve.
�[0;32m[INFO] �[m--> Fetching crypto/ed25519
�[0;33m[WARN] �[mUnable to checkout crypto/ed25519
�[0;31m[ERROR] �[mError looking for crypto/ed25519: Cannot detect VCS
Maybe similar to #935
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