File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : setup golang
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : 1.17
19+ go-version : 1.22
2020
2121 - name : make test
2222 run : make test
Original file line number Diff line number Diff line change 2020 - name : setup golang
2121 uses : actions/setup-go@v2
2222 with :
23- go-version : 1.17
23+ go-version : 1.22
2424
2525 - name : make test
2626 run : make test
Original file line number Diff line number Diff line change 11module github.com/chenzhiwei/certctl
22
3- go 1.19
3+ go 1.22
44
5- require github.com/spf13/cobra v1.5 .0
5+ require github.com/spf13/cobra v1.8 .0
66
77require (
8- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
8+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
99 github.com/spf13/pflag v1.0.5 // indirect
1010)
Original file line number Diff line number Diff line change 1- github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
2- github.com/inconshreveable/mousetrap v1.0 .0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM =
3- github.com/inconshreveable/mousetrap v1.0 .0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
1+ github.com/cpuguy83/go-md2man/v2 v2.0.3 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
2+ github.com/inconshreveable/mousetrap v1.1 .0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
3+ github.com/inconshreveable/mousetrap v1.1 .0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
44github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
5- github.com/spf13/cobra v1.5 .0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU =
6- github.com/spf13/cobra v1.5 .0 /go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM =
5+ github.com/spf13/cobra v1.8 .0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0 =
6+ github.com/spf13/cobra v1.8 .0 /go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho =
77github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
88github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
99gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
10- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
10+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments