vibe-proxy/backend/examples/plugin/host-model-callback/go/go.mod
2026-08-24 00:10:41 +02:00

7 lines
217 B
Modula-2

module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/host-model-callback/go
go 1.26.0
require github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..