format: package name -> github.com/QuantumNous/new-api (#2017)

This commit is contained in:
Seefs
2025-10-11 15:30:09 +08:00
committed by GitHub
parent 2d3fd5634a
commit e1c7a4f41f
258 changed files with 1225 additions and 1023 deletions

View File

@@ -4,12 +4,13 @@ import (
"encoding/json"
"errors"
"fmt"
"one-api/common"
"one-api/dto"
"one-api/logger"
"strconv"
"strings"
"github.com/QuantumNous/new-api/common"
"github.com/QuantumNous/new-api/dto"
"github.com/QuantumNous/new-api/logger"
"github.com/bytedance/gopkg/util/gopool"
"gorm.io/gorm"
)