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

7 lines
221 B
Modula-2

module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/frontend-auth-exclusive/go
go 1.26.0
require github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..