From ddbe5af12f768fe747b7771c64f94da289ada262 Mon Sep 17 00:00:00 2001 From: Yun Date: Mon, 20 May 2024 22:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=90github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cachex_test.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cachex_test.go b/cachex_test.go index 3dd321c..e85926c 100644 --- a/cachex_test.go +++ b/cachex_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "code.yun.ink/pkg/cachex" + "github.com/yuninks/cachex" ) func TestCache(t *testing.T) { diff --git a/go.mod b/go.mod index acb7703..f5592d7 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module "code.yun.ink/pkg/cachex" +module "github.com/yuninks/cachex" go 1.19