use stdlib context

This commit is contained in:
Ethan Buchman
2017-11-14 22:30:00 +00:00
parent 194712fd3b
commit 844c43e044
4 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
package core_grpc_test
import (
"context"
"os"
"testing"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"
"github.com/tendermint/abci/example/dummy"
"github.com/tendermint/tendermint/rpc/grpc"