From 6a1bae5112a89569fa1c35e509c1ffc8a53e1717 Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Mon, 20 May 2024 09:41:25 +0300 Subject: [PATCH] Refactor: add memberKind ans relation constants Signed-off-by: JeffMboya Refactor: add memberKind ans relation constants Signed-off-by: JeffMboya Refactor: add memberKind ans relation constants Signed-off-by: JeffMboya Refactor: add memberKind ans relation constants Signed-off-by: JeffMboya Refactor: add memberKind ans relation constants Signed-off-by: JeffMboya --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index ea0e350ed47..31a826b3675 100644 --- a/go.mod +++ b/go.mod @@ -99,7 +99,6 @@ require ( github.com/goccy/go-json v0.10.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/snappy v0.0.4 // indirect - github.com/google/go-cmp v0.6.0 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/google/uuid v1.6.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect @@ -191,5 +190,4 @@ require ( gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - mvdan.cc/gofumpt v0.6.0 // indirect )