diff --git a/NOTICE b/NOTICE index bab2419bd6..f0ae9a0dd7 100644 --- a/NOTICE +++ b/NOTICE @@ -1978,7 +1978,7 @@ MIT LICENSED DEPENDENCIES - github.com/mattn/go-runewidth License: MIT - URL: https://github.com/mattn/go-runewidth/blob/v0.0.23/LICENSE + URL: https://github.com/mattn/go-runewidth/blob/v0.0.27/LICENSE - github.com/mattn/go-shellwords License: MIT diff --git a/go.mod b/go.mod index 1e4b99a4ae..58866c2ee5 100644 --- a/go.mod +++ b/go.mod @@ -100,7 +100,7 @@ require ( github.com/kubescape/go-git-url v0.0.31 github.com/lrstanley/bubblezone v1.0.0 github.com/mattn/go-isatty v0.0.22 - github.com/mattn/go-runewidth v0.0.23 + github.com/mattn/go-runewidth v0.0.27 github.com/mikefarah/yq/v4 v4.52.4 github.com/mitchellh/go-wordwrap v1.0.1 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index b362a2c705..2ed29d0380 100644 --- a/go.sum +++ b/go.sum @@ -1047,8 +1047,8 @@ github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJ github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4= github.com/mattn/go-localereader v0.0.1/go.mod h1:8fBrzywKY7BI3czFoHkuzRoWE9C+EiG4R1k4Cjx5p88= github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk= -github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw= -github.com/mattn/go-runewidth v0.0.23/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= +github.com/mattn/go-runewidth v0.0.27 h1:Feg/Oou5zI/wnpgDF6omIU0OokC9GxLC/WRknhVlIR0= +github.com/mattn/go-runewidth v0.0.27/go.mod h1:3qAiGCV4Koz/yuveO58qUefmUTRm8r0IGEXZ9jeHp/8= github.com/mattn/go-shellwords v1.0.13 h1:DC0OMEpGjm6LfNFU4ckYcvbQKyp2vE8atyFGXNtDcf4= github.com/mattn/go-shellwords v1.0.13/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y= github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=