From 571f8b66678e68f51bc5d68ec5565ac5c69b722f Mon Sep 17 00:00:00 2001 From: shellphy Date: Tue, 12 Nov 2024 14:59:02 +0800 Subject: [PATCH] update module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb12c02..70cf999 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/shellphy/logger/v5 +module github.com/roadrunner-server/logger/v5 go 1.23