From 65b06194cbbf418e8841ef7123867d98abe79245 Mon Sep 17 00:00:00 2001 From: yitter Date: Tue, 12 Jul 2022 22:00:01 +0800 Subject: [PATCH] auto commit --- Go/source/go.mod | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Go/source/go.mod b/Go/source/go.mod index e4e7801..10d458c 100644 --- a/Go/source/go.mod +++ b/Go/source/go.mod @@ -1,5 +1,10 @@ -module github.com/yitter/idgenerator-go - -go 1.17 - -require github.com/go-redis/redis/v8 v8.8.0 // indirect +module github.com/yitter/idgenerator-go + +go 1.17 + +require github.com/go-redis/redis/v8 v8.11.5 + +require ( + github.com/cespare/xxhash/v2 v2.1.2 // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect +) -- GitLab