From 98de83dd026d2121cfdbb3e690e8224d8ceac1d2 Mon Sep 17 00:00:00 2001 From: dxvgef Date: Fri, 10 Jul 2020 17:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4uuid=E5=A2=9E=E5=8A=A0snowfla?= =?UTF-8?q?ke=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c5d43c..bf3ee59 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/dxvgef/sessions go 1.13 require ( + github.com/bwmarrin/snowflake v0.3.0 github.com/go-redis/redis/v7 v7.0.1 - github.com/google/uuid v1.1.1 github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.9.0 // indirect )