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

10 lines
237 B
Modula-2

module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/scheduler/go
go 1.26.0
require (
github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
gopkg.in/yaml.v3 v3.0.1
)
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..