11 lines
237 B
Modula-2
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 => ../../../..
|