File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.26.5
66
77require (
88 github.com/alecthomas/colour v0.1.0
9- github.com/alecthomas/kong v1.15 .0
9+ github.com/alecthomas/kong v1.16 .0
1010 github.com/chzyer/readline v1.5.1
1111 github.com/gliderlabs/ssh v0.3.8
1212 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ github.com/alecthomas/kong v1.13.0 h1:5e/7XC3ugvhP1DQBmTS+WuHtCbcv44hsohMgcvVxSr
4040github.com/alecthomas/kong v1.13.0 /go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I =
4141github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI =
4242github.com/alecthomas/kong v1.15.0 /go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I =
43+ github.com/alecthomas/kong v1.16.0 h1:g92/kUxBcdcTPOM79yE63viJgtcp5dNyrB3/O2cjYT4 =
44+ github.com/alecthomas/kong v1.16.0 /go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I =
4345github.com/alecthomas/repr v0.1.0 /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
4446github.com/alecthomas/repr v0.4.0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
4547github.com/alecthomas/repr v0.5.2 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/alecthomas/kong
22
33require (
44 github.com/alecthomas/assert/v2 v2.11.0
5- github.com/alecthomas/repr v0.5.2
5+ github.com/alecthomas/repr v0.5.4
66)
77
88require github.com/hexops/gotextdiff v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ github.com/alecthomas/repr v0.5.1 h1:E3G4t2QbHTSNpPKBgMTln5KLkZHLOcU7r37J4pXBuIg
66github.com/alecthomas/repr v0.5.1 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
77github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs =
88github.com/alecthomas/repr v0.5.2 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
9+ github.com/alecthomas/repr v0.5.4 h1:OVP7JEcuzU9CCDsT6STCr3rg17oQfWILtPWd2EG0uN4 =
10+ github.com/alecthomas/repr v0.5.4 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
911github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
1012github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
You can’t perform that action at this time.
0 commit comments