From e21a6106d49aff4d8c9cede25a2b7c47f48ad7e6 Mon Sep 17 00:00:00 2001 From: bohehe Date: Wed, 30 Oct 2024 09:38:13 +0800 Subject: [PATCH] rename back go mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2eb0d06..cdda5c4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/bohehe/go-session-redis/v3 +module github.com/go-session/redis/v3 go 1.17