fix(auth): update import paths to v7 for registry and executor

This commit is contained in:
hkfires
2026-05-21 10:00:22 +08:00
parent 21fad9dbb4
commit 3c62a9a9b0
2 changed files with 2 additions and 148 deletions
@@ -8,8 +8,8 @@ import (
"sync/atomic"
"testing"
"github.com/router-for-me/CLIProxyAPI/v6/internal/registry"
cliproxyexecutor "github.com/router-for-me/CLIProxyAPI/v6/sdk/cliproxy/executor"
"github.com/router-for-me/CLIProxyAPI/v7/internal/registry"
cliproxyexecutor "github.com/router-for-me/CLIProxyAPI/v7/sdk/cliproxy/executor"
)
type requestPrepareStore struct {