From ae56d025fe5002fb6c22ea223c2ddb1365a1f73f Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Mon, 20 May 2024 08:54:38 +0300 Subject: [PATCH] Refactor: revert to thingID and channelID Signed-off-by: JeffMboya Refactor: revert to thingID and channelID Signed-off-by: JeffMboya --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 31a826b3675..ea0e350ed47 100644 --- a/go.mod +++ b/go.mod @@ -99,6 +99,7 @@ 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 @@ -190,4 +191,5 @@ 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 )