refactor: 重命名 go module

This commit is contained in:
Forest
2025-12-24 21:07:21 +08:00
parent 870b21916c
commit 836c4dda2b
103 changed files with 249 additions and 249 deletions

View File

@@ -6,8 +6,8 @@ import (
"net/url"
"time"
"sub2api/internal/pkg/openai"
"sub2api/internal/service/ports"
"github.com/Wei-Shaw/sub2api/internal/pkg/openai"
"github.com/Wei-Shaw/sub2api/internal/service/ports"
"github.com/imroc/req/v3"
)