workflow: fix goreleaser config and containerfile

This commit is contained in:
2025-10-15 17:17:52 +11:00
parent 23d7e1d4f9
commit 18a89ea11a
22 changed files with 57 additions and 44 deletions

View File

@@ -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"
)

View File

@@ -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"
)