Commit 836c4dda authored by Forest's avatar Forest
Browse files

refactor: 重命名 go module

parent 870b2191
package service
import (
"sub2api/internal/config"
"sub2api/internal/service/ports"
"github.com/Wei-Shaw/sub2api/internal/config"
"github.com/Wei-Shaw/sub2api/internal/service/ports"
"github.com/google/wire"
)
......
......@@ -9,8 +9,8 @@ import (
"sync"
"time"
"sub2api/internal/pkg/response"
"sub2api/internal/pkg/sysutil"
"github.com/Wei-Shaw/sub2api/internal/pkg/response"
"github.com/Wei-Shaw/sub2api/internal/pkg/sysutil"
"github.com/gin-gonic/gin"
)
......
......@@ -10,7 +10,7 @@ import (
"strconv"
"time"
"sub2api/internal/model"
"github.com/Wei-Shaw/sub2api/internal/model"
"github.com/redis/go-redis/v9"
"golang.org/x/crypto/bcrypt"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment