Skip to content

Commit 56865fb

Browse files
fix(deps): update github.com/rivo/tview digest to 6e1e54f
1 parent dcbb105 commit 56865fb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/chartmuseum/helm-push v0.10.3
3030
github.com/databus23/helm-diff/v3 v3.6.0
3131
github.com/fatih/color v1.15.0
32-
github.com/gdamore/tcell/v2 v2.6.0
32+
github.com/gdamore/tcell/v2 v2.7.1
3333
github.com/gin-gonic/gin v1.9.1
3434
github.com/go-git/go-git/v5 v5.4.2
3535
github.com/gofrs/flock v0.8.1
@@ -61,7 +61,7 @@ require (
6161
github.com/pluralsh/polly v0.1.7
6262
github.com/pluralsh/terraform-delinker v0.0.2
6363
github.com/posthog/posthog-go v0.0.0-20230801140217-d607812dee69
64-
github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d
64+
github.com/rivo/tview v0.0.0-20240429185930-6e1e54f465d4
6565
github.com/rodaine/hclencoder v0.0.1
6666
github.com/samber/lo v1.38.1
6767
github.com/spf13/viper v1.15.0
@@ -385,7 +385,7 @@ require (
385385
github.com/mattn/go-colorable v0.1.13 // indirect
386386
github.com/mattn/go-ieproxy v0.0.1 // indirect
387387
github.com/mattn/go-isatty v0.0.20 // indirect
388-
github.com/mattn/go-runewidth v0.0.14 // indirect
388+
github.com/mattn/go-runewidth v0.0.15 // indirect
389389
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
390390
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
391391
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect

go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdk
612612
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
613613
github.com/gdamore/tcell/v2 v2.6.0 h1:OKbluoP9VYmJwZwq/iLb4BxwKcwGthaa1YNBJIyCySg=
614614
github.com/gdamore/tcell/v2 v2.6.0/go.mod h1:be9omFATkdr0D9qewWW3d+MEvl5dha+Etb5y65J2H8Y=
615+
github.com/gdamore/tcell/v2 v2.7.1 h1:TiCcmpWHiAU7F0rA2I3S2Y4mmLmO9KHxJ7E1QhYzQbc=
616+
github.com/gdamore/tcell/v2 v2.7.1/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
615617
github.com/getsentry/raven-go v0.2.0 h1:no+xWJRb5ZI7eE8TWgIq1jLulQiIoLG0IfYxv5JYMGs=
616618
github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ=
617619
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
@@ -1210,6 +1212,8 @@ github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRC
12101212
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
12111213
github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=
12121214
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
1215+
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
1216+
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
12131217
github.com/mattn/go-shellwords v1.0.10/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
12141218
github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
12151219
github.com/mattn/go-sqlite3 v1.14.7/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
@@ -1505,6 +1509,8 @@ github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqn
15051509
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
15061510
github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d h1:meetFLuP+bgn5G55WXzxLp2UnNeUJ0hM3guL+0dX8EI=
15071511
github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
1512+
github.com/rivo/tview v0.0.0-20240429185930-6e1e54f465d4 h1:4krDj6r/81mUoolXfmdeNJJm/6DA0pBx/L5OqpE+24E=
1513+
github.com/rivo/tview v0.0.0-20240429185930-6e1e54f465d4/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss=
15081514
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
15091515
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
15101516
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=

0 commit comments

Comments
 (0)