internal/anthropic and internal/translate moved to the new Plexum-anthropic-compat-client repo (extracted from MiniMax + Kimi duplicates). cmd/plexum-minimax-provider-plugin imports them from the shared module instead. No behavioral change — same wire client, same translator. Live re-verified after refactor: plexum say → "ready".
14 lines
368 B
Modula-2
14 lines
368 B
Modula-2
module git.hangman-lab.top/hzhang/Plexum-minimax-provider
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
git.hangman-lab.top/hzhang/Plexum-anthropic-compat-client v0.0.0
|
|
git.hangman-lab.top/hzhang/Plexum-sdk-go v0.0.0
|
|
)
|
|
|
|
replace (
|
|
git.hangman-lab.top/hzhang/Plexum-anthropic-compat-client => ../Plexum-anthropic-compat-client
|
|
git.hangman-lab.top/hzhang/Plexum-sdk-go => ../Plexum-sdk-go
|
|
)
|