go.mod: update
This commit is contained in:
parent
2729e58eab
commit
09b43ae060
2 changed files with 4 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,3 +1,5 @@
|
|||
module git.baxters.nz/jeremy/cli
|
||||
|
||||
go 1.26.1
|
||||
|
||||
require git.baxters.nz/jeremy/cli/getopt v0.0.0-20260319010850-2729e58eabd5
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1,5 +1,5 @@
|
|||
git.sr.ht/~sircmpwn/getopt v1.0.0 h1:/pRHjO6/OCbBF4puqD98n6xtPEgE//oq5U8NXjP7ROc=
|
||||
git.sr.ht/~sircmpwn/getopt v1.0.0/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw=
|
||||
git.baxters.nz/jeremy/cli/getopt v0.0.0-20260319010850-2729e58eabd5 h1:eDN8cecugcjKGdyePFYm4ifsmalcSRPwWX1HFjyyGm0=
|
||||
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/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue