File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/conventionalcommit/commitlint
22
3- go 1.23 .0
3+ go 1.24 .0
44
55toolchain go1.24.2
66
77require (
88 github.com/conventionalcommit/parser v0.8.0
99 github.com/urfave/cli/v2 v2.27.7
10- golang.org/x/mod v0.25 .0
10+ golang.org/x/mod v0.33 .0
1111 gopkg.in/yaml.v2 v2.4.0
1212)
1313
1414require (
1515 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
1616 github.com/russross/blackfriday/v2 v2.1.0 // indirect
17- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
17+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
1818)
Original file line number Diff line number Diff line change @@ -8,8 +8,12 @@ github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
88github.com/urfave/cli/v2 v2.27.7 /go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4 =
99github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
1010github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
11+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg =
12+ github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
1113golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w =
1214golang.org/x/mod v0.25.0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
15+ golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
16+ golang.org/x/mod v0.33.0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
1317gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1418gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1519gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
You can’t perform that action at this time.
0 commit comments