diff options
author | Felix Lange <fjl@twurst.com> | 2016-04-04 19:53:54 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-04-04 19:56:17 +0800 |
commit | 467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c (patch) | |
tree | ecb5aa8063c37f0dcda3eb25139c94ea58ea18ed /Godeps/Godeps.json | |
parent | 3a2da31c3e20c0566068fe01125ab1c676d04392 (diff) | |
download | dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar.gz dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar.bz2 dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar.lz dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar.xz dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.tar.zst dexon-467bb7a719d9cc3731bfaa1b6342c8ed1e085f0c.zip |
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" }, |