aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grpc_testing/go.mod4
-rw-r--r--grpc_testing/go.sum2
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=