Update module name to 'github.com/zhaojh329/rttys/v5'

This is in line with the Go language module specifications.

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-07-27 14:35:48 +08:00
parent c10c0f3e58
commit 5dbb4bf951
8 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ import (
"strings"
"time"
"rttys/utils"
"github.com/zhaojh329/rttys/v5/utils"
"github.com/fanjindong/go-cache"
"github.com/gin-contrib/cors"