From 52b7e3fa9382884dad05912e99995a92fad32eff Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Mon, 21 Aug 2023 14:58:07 +0200 Subject: [PATCH] run go mod tidy --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2eadf08..6f83096 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,8 @@ module git.coopgo.io/coopgo-platform/groups-management go 1.18 require ( + github.com/golang/protobuf v1.5.2 + github.com/google/uuid v1.3.0 github.com/spf13/viper v1.12.0 go.mongodb.org/mongo-driver v1.10.1 google.golang.org/grpc v1.48.0 @@ -11,9 +13,7 @@ require ( require ( github.com/fsnotify/fsnotify v1.5.4 // indirect - github.com/golang/protobuf v1.5.2 // indirect github.com/golang/snappy v0.0.1 // indirect - github.com/google/uuid v1.3.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/klauspost/compress v1.13.6 // indirect github.com/magiconair/properties v1.8.6 // indirect