diff --git a/deps.bzl b/deps.bzl index 289c0437..faffc478 100644 --- a/deps.bzl +++ b/deps.bzl @@ -575,8 +575,8 @@ def go_dependencies(): go_repository( name = "com_github_mattn_go_runewidth", importpath = "github.com/mattn/go-runewidth", - sum = "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=", - version = "v0.0.9", + sum = "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=", + version = "v0.0.14", ) go_repository( name = "com_github_mattn_go_shellwords", @@ -726,6 +726,14 @@ def go_dependencies(): sum = "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=", version = "v0.10.1", ) + + go_repository( + name = "com_github_rivo_uniseg", + importpath = "github.com/rivo/uniseg", + sum = "h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=", + version = "v0.4.3", + ) + go_repository( name = "com_github_rogpeppe_fastuuid", importpath = "github.com/rogpeppe/fastuuid",