From 85102b0118f9cf2e6a23ef276021fe39da4d16b8 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 15 Sep 2021 09:21:46 -0700 Subject: [PATCH] ran go mod tidy --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 1f35126db..fd014f017 100644 --- a/go.mod +++ b/go.mod @@ -79,7 +79,6 @@ require ( github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 // indirect - github.com/google/uuid v1.1.2 // indirect github.com/googleapis/gnostic v0.5.5 // indirect github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect