summaryrefslogtreecommitdiff
path: root/grpc_testing/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-06-02 13:03:55 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-06-02 13:03:55 +0100
commit64c4bcdb9da869fd982a2add8621b76fae0fcb7a (patch)
tree5715397189dcb62d2dbc72ce839bf78abd01ad9e /grpc_testing/go.mod
parented34a23a259a53398cdb3c4cddf4099e0a81723d (diff)
Have gRPC tests use the local pipeln package
Diffstat (limited to 'grpc_testing/go.mod')
-rw-r--r--grpc_testing/go.mod4
1 files changed, 3 insertions, 1 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 => ../