chore: update module name

This commit is contained in:
JustSong
2024-01-28 19:38:58 +08:00
parent b9d3cb0c45
commit 2cd1a78203
86 changed files with 247 additions and 247 deletions

View File

@@ -3,7 +3,7 @@ package common
import (
"context"
"github.com/go-redis/redis/v8"
"one-api/common/logger"
"github.com/songquanpeng/one-api/common/logger"
"os"
"time"
)