From 9d6052800fad82a8f08c56d8e9465402e15cd946 Mon Sep 17 00:00:00 2001 From: Oliver Herms <oliver.herms@exaring.de> Date: Fri, 28 Aug 2020 16:02:20 +0200 Subject: [PATCH] Remove unneeded libs --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 90b88bc3..e1077e53 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,6 @@ require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect github.com/bio-routing/tflow2 v0.0.0-20181230153523-2e308a4a3c3a - github.com/gogo/protobuf v1.1.1 github.com/golang/protobuf v1.4.0 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 -- GitLab