aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/Godeps.json
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-17 20:05:58 +0800
committerFelix Lange <fjl@twurst.com>2015-02-17 20:05:58 +0800
commit119bea22aaf061d5b3e6a9abee9b1b95655b9fbe (patch)
treeb4420225106756fac17bdbc8e148b399afbd6418 /Godeps/Godeps.json
parentbb346a3ae1b6c250fdcb28b97280d3512a7fe219 (diff)
downloadgo-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar.gz
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar.bz2
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar.lz
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar.xz
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.tar.zst
go-tangerine-119bea22aaf061d5b3e6a9abee9b1b95655b9fbe.zip
crypto: switch to golang.org/x/crypto
code.google.com/p/go.crypto is deprecated and will cause problems in future versions of Go.
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r--Godeps/Godeps.json23
1 files changed, 8 insertions, 15 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 37176ddba..d91269c1d 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -16,21 +16,6 @@
"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
},
{
- "ImportPath": "code.google.com/p/go.crypto/pbkdf2",
- "Comment": "null-236",
- "Rev": "69e2a90ed92d03812364aeb947b7068dc42e561e"
- },
- {
- "ImportPath": "code.google.com/p/go.crypto/ripemd160",
- "Comment": "null-236",
- "Rev": "69e2a90ed92d03812364aeb947b7068dc42e561e"
- },
- {
- "ImportPath": "code.google.com/p/go.crypto/scrypt",
- "Comment": "null-236",
- "Rev": "69e2a90ed92d03812364aeb947b7068dc42e561e"
- },
- {
"ImportPath": "code.google.com/p/snappy-go/snappy",
"Comment": "null-15",
"Rev": "12e4b4183793ac4b061921e7980845e750679fd0"
@@ -101,6 +86,14 @@
"Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
},
{
+ "ImportPath": "golang.org/x/crypto/ripemd160",
+ "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
+ },
+ {
+ "ImportPath": "golang.org/x/crypto/scrypt",
+ "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
+ },
+ {
"ImportPath": "golang.org/x/net/websocket",
"Rev": "59b0df9b1f7abda5aab0495ee54f408daf182ce7"
},