Files
2026-07-13 12:35:43 +08:00

11 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 => ../../../..