Skip to content

Commit 1bd97df

Browse files
fix(deps): update module github.com/urfave/cli/v2 to v3
1 parent 1c771b6 commit 1bd97df

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

go.mod

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
module moul.io/quicssh
22

3-
go 1.20
3+
go 1.22
4+
5+
toolchain go1.24.2
46

57
require (
68
github.com/quic-go/quic-go v0.35.1
7-
github.com/urfave/cli/v2 v2.25.6
9+
github.com/urfave/cli/v2 v2.27.6
10+
github.com/urfave/cli/v3 v3.1.1
811
golang.org/x/net v0.11.0
912
)
1013

1114
require (
12-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
15+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
1316
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
1417
github.com/golang/mock v1.6.0 // indirect
1518
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
1619
github.com/onsi/ginkgo/v2 v2.10.0 // indirect
1720
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
1821
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
1922
github.com/russross/blackfriday/v2 v2.1.0 // indirect
20-
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
23+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2124
golang.org/x/crypto v0.10.0 // indirect
2225
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
2326
golang.org/x/mod v0.11.0 // indirect

go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
22
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
3+
github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc=
4+
github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
35
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
46
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
57
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -30,8 +32,13 @@ github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd
3032
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
3133
github.com/urfave/cli/v2 v2.25.6 h1:yuSkgDSZfH3L1CjF2/5fNNg2KbM47pY2EvjBq4ESQnU=
3234
github.com/urfave/cli/v2 v2.25.6/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
35+
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
36+
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
37+
github.com/urfave/cli/v3 v3.1.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
3338
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
3439
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
40+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
41+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
3542
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
3643
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
3744
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=

0 commit comments

Comments
 (0)