From f2c9602d702c72513bbc707adc68af49d9da24a7 Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 17 Jan 2022 20:04:03 -0700 Subject: [PATCH] add uuid --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 87e181d..5b30b38 100644 --- a/go.mod +++ b/go.mod @@ -30,6 +30,7 @@ require ( github.com/golang/protobuf v1.2.0 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/gomodule/redigo v1.8.5 // indirect + github.com/google/uuid v1.3.0 // indirect github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect github.com/json-iterator/go v1.1.9 // indirect github.com/klauspost/compress v1.9.5 // indirect