From a7b32c8e303673bfa3217f5ea52b47899b7ae5a4 Mon Sep 17 00:00:00 2001
From: Olgun Cengiz <olgun.cengiz@vereign.com>
Date: Wed, 27 Jan 2021 17:01:21 +0300
Subject: [PATCH] grpc fixed

---
 Gopkg.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Gopkg.toml b/Gopkg.toml
index 05a32c9..de29a7d 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -10,6 +10,10 @@
   branch = "master"
   name = "golang.org/x/net"
 
+[[constraint]]
+  name = "github.com/grpc-ecosystem/grpc-gateway"
+  version = "1.4.1"
+
 [[constraint]]
   name = "google.golang.org/grpc"
   version = "1.13.0"
-- 
GitLab