diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-04-05 15:43:45 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-04-05 15:43:45 +0800 |
commit | 7e02105672cda92889a78db864a5701d78f45eb2 (patch) | |
tree | f4bdea154e9671f36fac1fb35a213a085f711179 /Godeps/Godeps.json | |
parent | ed92f116f72646e73613afc2f2e7b83472a61434 (diff) | |
parent | 467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c (diff) | |
download | go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar.gz go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar.bz2 go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar.lz go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar.xz go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.tar.zst go-tangerine-7e02105672cda92889a78db864a5701d78f45eb2.zip |
Merge pull request #2417 from fjl/rpc-go-winio
rpc: use go-winio instead of vendoring a named pipe implementation
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f92b07481..119ed6205 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,7 @@ { "ImportPath": "github.com/ethereum/go-ethereum", "GoVersion": "go1.5.2", + "GodepVersion": "v60", "Packages": [ "./..." ], @@ -94,6 +95,11 @@ "Rev": "e882a96ec18dd43fa283187b66af74497c9101c0" }, { + "ImportPath": "github.com/microsoft/go-winio", + "Comment": "v0.2.0", + "Rev": "9e2895e5f6c3f16473b91d37fae6e89990a4520c" + }, + { "ImportPath": "github.com/nsf/termbox-go", "Rev": "362329b0aa6447eadd52edd8d660ec1dff470295" }, |