quorum/rpc
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context"
There is no need to depend on the old context package now that the
minimum Go version is 1.7. The move to "context" eliminates our weird
vendoring setup. Some vendored code still uses golang.org/x/net/context
and it is now vendored in the normal way.

This change triggered new vet checks around context.WithTimeout which
didn't fire with golang.org/x/net/context.
2017-03-22 20:49:15 +01:00
..
client.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
client_example_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
client_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
doc.go README, core, rpc: fix various typos 2016-06-21 17:38:35 +01:00
errors.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
http.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
inproc.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
ipc.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
ipc_unix.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
ipc_windows.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
json.go all: blidly swap out glog to our log15, logs need rework 2017-02-23 12:16:44 +02:00
json_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
server.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
server_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
subscription.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
subscription_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
types.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
utils.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
utils_test.go rpc: format filter ID according to spec for quantities 2016-09-01 11:50:13 +02:00
websocket.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00