瀏覽代碼

fix(go): correct module import paths

comeback01 4 月之前
父節點
當前提交
f60896a838
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      controller/topup_creem.go

+ 3 - 3
controller/topup_creem.go

@@ -10,9 +10,9 @@ import (
 	"io"
 	"log"
 	"net/http"
-	"one-api/common"
-	"one-api/model"
-	"one-api/setting"
+	"github.com/QuantumNous/new-api/common"
+	"github.com/QuantumNous/new-api/model"
+	"github.com/QuantumNous/new-api/setting"
 	"time"
 
 	"github.com/gin-gonic/gin"