fix: use awsl module path for v7 sdk#5
Conversation
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Normalize this fork as
github.com/awsl-project/CLIProxyAPI/v7so downstream modules can depend on it directly without areplacedirective.This is needed by
awsl-project/maxxto fixgo install github.com/awsl-project/maxx/cmd/maxx@main: Go rejects versioned installs when the target module containsreplacedirectives.Changes
go.modmodule path togithub.com/awsl-project/CLIProxyAPI/v7github.com/router-for-me/CLIProxyAPI/v6/v7to the awsl module pathsdk/execexported for downstream maxx usageValidation
go test ./sdk/exec ./sdk/cliproxy/auth ./sdk/translatorDownstream