diff options
author | zsfelfoldi <zsfelfoldi@gmail.com> | 2015-12-10 01:28:07 +0800 |
---|---|---|
committer | zsfelfoldi <zsfelfoldi@gmail.com> | 2015-12-16 10:48:08 +0800 |
commit | f3aac71fad041dedd239f0a86f7c7c43614cbf4f (patch) | |
tree | e20b12359fbf06fb9f44d3c8120947ba97b4546a /Godeps/Godeps.json | |
parent | fa187a366dda1894179635eeec2a929bfacc4ad3 (diff) | |
download | dexon-f3aac71fad041dedd239f0a86f7c7c43614cbf4f.tar.gz dexon-f3aac71fad041dedd239f0a86f7c7c43614cbf4f.tar.zst dexon-f3aac71fad041dedd239f0a86f7c7c43614cbf4f.zip |
rpc/v2: optionally passing context argument to rpc v2 api methods
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index b467215d1..06f4b3b2d 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -102,6 +102,10 @@ "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300" }, { + "ImportPath": "golang.org/x/net/context", + "Rev": "e0403b4e005737430c05a57aac078479844f919c" + }, + { "ImportPath": "golang.org/x/net/html", "Rev": "e0403b4e005737430c05a57aac078479844f919c" }, |