Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
gx: use go-crypto instead of ed25519
Browse files Browse the repository at this point in the history
third time's the charm
  • Loading branch information
Stebalien committed Nov 3, 2018
1 parent 71857ef commit 265298a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -7,12 +7,6 @@
"dvcsimport": "github.com/libp2p/go-libp2p-crypto"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmQ51pHe6u7CWodkUGDLqaCEMchkbMt7VEZnECF5mp6tVb",
"name": "ed25519",
"version": "0.0.0"
},
{
"author": "btcsuite",
"hash": "QmWq5PJgAQKDWQerAijYUVKW8mN5MDatK5j7VMp8rizKQd",
Expand All @@ -30,6 +24,12 @@
"hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
"name": "gogo-protobuf",
"version": "0.0.0"
},
{
"author": "golang",
"hash": "QmW7VUmSvhvSGbYbdsh7uRjhGmsYkc9fL8aJ5CorxxrU5N",
"name": "go-crypto",
"version": "0.2.1"
}
],
"gxVersion": "0.4.0",
Expand Down

0 comments on commit 265298a

Please sign in to comment.