Compare commits

..

2 commits

Author SHA1 Message Date
4e0c8c4160 go.mod: downgrade to 1.25.7 2026-03-19 14:09:44 +13:00
09b43ae060 go.mod: update 2026-03-19 14:10:00 +13:00
2 changed files with 5 additions and 3 deletions

4
go.mod
View file

@ -1,3 +1,5 @@
module git.baxters.nz/jeremy/cli module git.baxters.nz/jeremy/cli
go 1.26.1 go 1.25.7
require git.baxters.nz/jeremy/cli/getopt v0.0.0-20260319010850-2729e58eabd5

4
go.sum
View file

@ -1,5 +1,5 @@
git.sr.ht/~sircmpwn/getopt v1.0.0 h1:/pRHjO6/OCbBF4puqD98n6xtPEgE//oq5U8NXjP7ROc= git.baxters.nz/jeremy/cli/getopt v0.0.0-20260319010850-2729e58eabd5 h1:eDN8cecugcjKGdyePFYm4ifsmalcSRPwWX1HFjyyGm0=
git.sr.ht/~sircmpwn/getopt v1.0.0/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw= git.baxters.nz/jeremy/cli/getopt v0.0.0-20260319010850-2729e58eabd5/go.mod h1:XVyn1GAxyDdG2m2qQyZ5sJhLUdMif2oZapkhK4Xhaiw=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=