[🚀] git -> gitea

This commit is contained in:
2024-07-31 16:49:14 +08:00
parent ca965f7d07
commit 55488a023e
35 changed files with 71 additions and 71 deletions

4
pkg/cache/redis.go vendored
View File

@ -6,8 +6,8 @@ import (
"fmt"
"time"
"git.bvbej.com/bvbej/base-golang/pkg/time_parse"
"git.bvbej.com/bvbej/base-golang/pkg/trace"
"gitea.bvbej.com/bvbej/base-golang/pkg/time_parse"
"gitea.bvbej.com/bvbej/base-golang/pkg/trace"
"github.com/redis/go-redis/v9"
)