Skip to content

Commit 114399c

Browse files
Terastar-PaperclipLeadGoEngineerPaperclip-Paperclip
authored
chore: bump go directive to 1.25.10 + tidy (clears stdlib vulns) (#47)
Updates the go directive from 1.21.3 (long-EOL) to 1.25.10 (latest 1.25.x patch) and runs `go mod tidy`, which promotes cobra from an // indirect marker to a direct requirement (it is imported by ./cmd/*.go). govulncheck ./... reports 0 callable vulnerabilities after the bump. Refs QUA-13. Co-authored-by: LeadGoEngineer <leadgoengineer@quantcli.local> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent e503e2f commit 114399c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/quantcli/liftoff-export-cli
22

3-
go 1.21.3
3+
go 1.25.10
4+
5+
require github.com/spf13/cobra v1.10.2
46

57
require (
68
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7-
github.com/spf13/cobra v1.10.2 // indirect
89
github.com/spf13/pflag v1.0.9 // indirect
910
)

0 commit comments

Comments
 (0)