fa8ccac0dd
- go.mod: go 1.26.5 -> 1.25.7 to match the golang:1.25 CI image (node-lookup convention) - .pre-commit-config: dnephin go-vet runs at repo root (no .go files here since both tools live under cmd/); replace with a local 'go vet ./...' hook (CI pre-commit image has go)
11 lines
203 B
Modula-2
11 lines
203 B
Modula-2
module git.unkin.net/unkin/agent-tools
|
|
|
|
go 1.25.7
|
|
|
|
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
|
|
)
|