diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-17 19:37:09 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-17 19:37:09 +0800 |
commit | bb346a3ae1b6c250fdcb28b97280d3512a7fe219 (patch) | |
tree | 9fcb677ad983827e30194b644381dde229681eca /Godeps/Godeps.json | |
parent | 34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5 (diff) | |
download | go-tangerine-bb346a3ae1b6c250fdcb28b97280d3512a7fe219.tar.gz go-tangerine-bb346a3ae1b6c250fdcb28b97280d3512a7fe219.tar.zst go-tangerine-bb346a3ae1b6c250fdcb28b97280d3512a7fe219.zip |
rpc/ws: switch to golang.org/x/net
code.google.com/p/go.net is deprecated and will cause
problems in future versions of Go.
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 9fa7373c8..37176ddba 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -31,11 +31,6 @@ "Rev": "69e2a90ed92d03812364aeb947b7068dc42e561e" }, { - "ImportPath": "code.google.com/p/go.net/websocket", - "Comment": "null-173", - "Rev": "4231557d7c726df4cf9a4e8cdd8a417c8c200bdb" - }, - { "ImportPath": "code.google.com/p/snappy-go/snappy", "Comment": "null-15", "Rev": "12e4b4183793ac4b061921e7980845e750679fd0" @@ -106,6 +101,10 @@ "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300" }, { + "ImportPath": "golang.org/x/net/websocket", + "Rev": "59b0df9b1f7abda5aab0495ee54f408daf182ce7" + }, + { "ImportPath": "gopkg.in/check.v1", "Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673" }, |