diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-02 13:03:55 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-02 13:03:55 +0100 |
| commit | 64c4bcdb9da869fd982a2add8621b76fae0fcb7a (patch) | |
| tree | 5715397189dcb62d2dbc72ce839bf78abd01ad9e | |
| parent | ed34a23a259a53398cdb3c4cddf4099e0a81723d (diff) | |
Have gRPC tests use the local pipeln package
| -rw-r--r-- | grpc_testing/go.mod | 4 | ||||
| -rw-r--r-- | grpc_testing/go.sum | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/grpc_testing/go.mod b/grpc_testing/go.mod index 1147bc8..a8dd630 100644 --- a/grpc_testing/go.mod +++ b/grpc_testing/go.mod @@ -4,7 +4,9 @@ go 1.16 require ( github.com/stretchr/testify v1.7.0 - go.awhk.org/pipeln v1.0.0 + go.awhk.org/pipeln v0.0.0 google.golang.org/grpc v1.38.0 google.golang.org/protobuf v1.26.0 ) + +replace go.awhk.org/pipeln => ../ diff --git a/grpc_testing/go.sum b/grpc_testing/go.sum index eda38f8..9bd07cb 100644 --- a/grpc_testing/go.sum +++ b/grpc_testing/go.sum @@ -37,8 +37,6 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -go.awhk.org/pipeln v1.0.0 h1:G+a69QM6JFitGj8iORrTm507ERLRCMQlNWZaHDWKue8= -go.awhk.org/pipeln v1.0.0/go.mod h1:lCJEqDGLY1QJMkGZNsJRllPJdu9frK7Z+Gtwt/jilD8= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= |
