Просмотр исходного кода

Merge pull request #2118 from comeback01/fix/go-import-paths

fix(go): Correct Go module import paths
Seefs 4 месяцев назад
Родитель
Сommit
c3ed6a689e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      controller/topup_creem.go

+ 3 - 3
controller/topup_creem.go

@@ -10,9 +10,9 @@ import (
 	"io"
 	"io"
 	"log"
 	"log"
 	"net/http"
 	"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"
 	"time"
 
 
 	"github.com/gin-gonic/gin"
 	"github.com/gin-gonic/gin"