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.
14 lines
251 B
Modula-2
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
|
|
)
|