Some checks failed
CI / Lint (push) Successful in 54s
CI / Build & Test (ubuntu-latest) (push) Successful in 27s
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Build Roslyn Helper (push) Has been cancelled
Baixa versão Go de 1.26 para 1.24 em go.mod, .golangci.yml e CI. golangci-lint v1.64.8 compilado com Go 1.24 — não suportava 1.26. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
195 B
Modula-2
11 lines
195 B
Modula-2
module github.com/ricarneiro/ctx
|
|
|
|
go 1.24
|
|
|
|
require github.com/spf13/cobra v1.10.2
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
)
|