Commit 876e85e7 authored by shaw's avatar shaw
Browse files

Merge branch 'feat/rename-go-module'

parents 2e7818d6 836c4dda
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