opencode-provider-switch/go.mod
apale7 cf3dcec399 refactor(cli): rename tool to ocswitch
Avoid collision with the existing Opswitch product while keeping the repository name as opencode-provider-switch.

This aligns the CLI, provider key, config paths, examples, and Trellis history under one public-facing name.
2026-04-17 21:43:21 +08:00

14 lines
251 B
Modula-2

module github.com/Apale7/opencode-provider-switch
go 1.22.2
require (
github.com/spf13/cobra v1.8.1
github.com/tidwall/jsonc v0.3.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)