[🚀] 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

View File

@ -2,9 +2,9 @@ package service
import (
"fmt"
"git.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
_ "git.bvbej.com/bvbej/base-golang/pkg/websocket/codec/json"
"git.bvbej.com/bvbej/base-golang/pkg/websocket/peer"
"gitea.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
_ "gitea.bvbej.com/bvbej/base-golang/pkg/websocket/codec/json"
"gitea.bvbej.com/bvbej/base-golang/pkg/websocket/peer"
"go.uber.org/zap"
)