From ffd4d5173c58dd8afc38ece71a6e22cf5d15484e Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Wed, 30 Sep 2020 10:26:32 +0200 Subject: [PATCH] tests/mod.go: Update of go.mod after move of integration tests. --- tests/go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/go.mod b/tests/go.mod index b492c3e28..37259f85e 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -11,6 +11,7 @@ require ( github.com/etcd-io/gofail v0.0.0-20190801230047-ad7f989257ca github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.2 + github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.9.5 github.com/prometheus/client_golang v1.0.0 github.com/soheilhy/cmux v0.1.4