From d2e9d8320857f5768c54843a43ad16f59d6a3e8f Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 20 May 2021 22:46:19 +0300 Subject: - Update linters - Implement base interfaces - Implement BST search algo for the in-memory storage Signed-off-by: Valery Piashchynski --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a479eb51..1172b38c 100644 --- a/go.mod +++ b/go.mod @@ -17,6 +17,7 @@ require ( github.com/gofiber/websocket/v2 v2.0.3 github.com/golang/mock v1.4.4 github.com/google/flatbuffers v1.12.1 + github.com/google/uuid v1.2.0 // indirect github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.11 github.com/klauspost/compress v1.12.2 // indirect -- cgit v1.2.3