mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-27 17:31:17 +00:00
workflow: fix goreleaser config and containerfile
This commit is contained in:
@@ -3,9 +3,9 @@ package handler
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/nitezs/sub2sing-box/common"
|
||||
"github.com/nitezs/sub2sing-box/model"
|
||||
"github.com/nitezs/sub2sing-box/util"
|
||||
"github.com/bestnite/sub2sing-box/common"
|
||||
"github.com/bestnite/sub2sing-box/model"
|
||||
"github.com/bestnite/sub2sing-box/util"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
"github.com/nitezs/sub2sing-box/api/handler"
|
||||
"github.com/bestnite/sub2sing-box/api/handler"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user