diff --git a/_examples/barExtender/go.mod b/_examples/barExtender/go.mod index 1131b6b..a300399 100644 --- a/_examples/barExtender/go.mod +++ b/_examples/barExtender/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/barExtenderRev/go.mod b/_examples/barExtenderRev/go.mod index 14e47de..d4f1b45 100644 --- a/_examples/barExtenderRev/go.mod +++ b/_examples/barExtenderRev/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/cancel/go.mod b/_examples/cancel/go.mod index 2a3f121..3998737 100644 --- a/_examples/cancel/go.mod +++ b/_examples/cancel/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/complex/go.mod b/_examples/complex/go.mod index cd72e54..6ae2585 100644 --- a/_examples/complex/go.mod +++ b/_examples/complex/go.mod @@ -12,7 +12,7 @@ github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/decoratorsOnTop/go.mod b/_examples/decoratorsOnTop/go.mod index 3a0ee84..7921fb4 100644 --- a/_examples/decoratorsOnTop/go.mod +++ b/_examples/decoratorsOnTop/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/differentWidth/go.mod b/_examples/differentWidth/go.mod index 9c418d3..667af3c 100644 --- a/_examples/differentWidth/go.mod +++ b/_examples/differentWidth/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/dynTotal/go.mod b/_examples/dynTotal/go.mod index 962d1a1..f81194c 100644 --- a/_examples/dynTotal/go.mod +++ b/_examples/dynTotal/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/io/go.mod b/_examples/io/go.mod index e5a990d..a5f2f10 100644 --- a/_examples/io/go.mod +++ b/_examples/io/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/mexicanBar/go.mod b/_examples/mexicanBar/go.mod index d026fc9..7d43862 100644 --- a/_examples/mexicanBar/go.mod +++ b/_examples/mexicanBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/multiBars/go.mod b/_examples/multiBars/go.mod index 30dc5bf..ac47f1a 100644 --- a/_examples/multiBars/go.mod +++ b/_examples/multiBars/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/poplog/go.mod b/_examples/poplog/go.mod index c2b410b..2bac6d5 100644 --- a/_examples/poplog/go.mod +++ b/_examples/poplog/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/progressAsWriter/go.mod b/_examples/progressAsWriter/go.mod index fe6faf5..f64f781 100644 --- a/_examples/progressAsWriter/go.mod +++ b/_examples/progressAsWriter/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/quietMode/go.mod b/_examples/quietMode/go.mod index fae5b41..6225cdb 100644 --- a/_examples/quietMode/go.mod +++ b/_examples/quietMode/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/remove/go.mod b/_examples/remove/go.mod index 9b30b64..a1d5ffd 100644 --- a/_examples/remove/go.mod +++ b/_examples/remove/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/reverseBar/go.mod b/_examples/reverseBar/go.mod index 6284865..5649816 100644 --- a/_examples/reverseBar/go.mod +++ b/_examples/reverseBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/singleBar/go.mod b/_examples/singleBar/go.mod index 90340a0..df0328a 100644 --- a/_examples/singleBar/go.mod +++ b/_examples/singleBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/spinTipBar/go.mod b/_examples/spinTipBar/go.mod index f3e3737..72985bb 100644 --- a/_examples/spinTipBar/go.mod +++ b/_examples/spinTipBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/spinnerBar/go.mod b/_examples/spinnerBar/go.mod index 379139c..3dbb201 100644 --- a/_examples/spinnerBar/go.mod +++ b/_examples/spinnerBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/spinnerDecorator/go.mod b/_examples/spinnerDecorator/go.mod index b26d834..338a868 100644 --- a/_examples/spinnerDecorator/go.mod +++ b/_examples/spinnerDecorator/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/stress/go.mod b/_examples/stress/go.mod index 639bae0..029bb23 100644 --- a/_examples/stress/go.mod +++ b/_examples/stress/go.mod @@ -12,7 +12,7 @@ github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect github.com/felixge/fgprof v0.9.4 // indirect github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/suppressBar/go.mod b/_examples/suppressBar/go.mod index 3d65516..af7faed 100644 --- a/_examples/suppressBar/go.mod +++ b/_examples/suppressBar/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/_examples/tipOnComplete/go.mod b/_examples/tipOnComplete/go.mod index 4dbd5a9..8323e62 100644 --- a/_examples/tipOnComplete/go.mod +++ b/_examples/tipOnComplete/go.mod @@ -7,7 +7,7 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.4.7 // indirect golang.org/x/sys v0.22.0 // indirect ) diff --git a/go.mod b/go.mod index a71b237..71729db 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ require ( github.com/VividCortex/ewma v1.2.0 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d - github.com/mattn/go-runewidth v0.0.15 + github.com/mattn/go-runewidth v0.0.16 golang.org/x/sys v0.22.0 ) diff --git a/go.sum b/go.sum index 222452f..f089aee 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo= -github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U= -github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= +github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc= +github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=