Skip to content

Commit

Permalink
Merge pull request #119 from bengarrett/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/spf13/cobra-1.8.1

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • Loading branch information
bengarrett authored Jul 1, 2024
2 parents 5fd2ec1 + 61ea82f commit a0ee65d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/mozillazg/go-slugify v0.2.0
github.com/mozillazg/go-unidecode v0.2.0 // indirect
github.com/muesli/go-app-paths v0.2.2
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/zRedShift/mimemagic v1.2.0
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.7.0
Expand Down
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github.com/bengarrett/bbs v1.0.1 h1:3uw5R3GemhPZJGsA9aYTEi5Hqq/7j/WRAiPUXgDuES8=
github.com/bengarrett/bbs v1.0.1/go.mod h1:tTgo2YOKWoIFJmQigSbxe5cmbrGSfpieLM3QUvMXzyk=
github.com/bengarrett/sauce v1.2.2 h1:vxqOOom4lVGC+xxKcZ1WD9IkAidOKBRrnvqXoZHa4cM=
github.com/bengarrett/sauce v1.2.2/go.mod h1:Mgf2vCnYpfPr0yvbzhRHXSa1eGI/rLUzn/jzo2ojq4g=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -35,8 +35,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
Expand Down

0 comments on commit a0ee65d

Please sign in to comment.