Skip to content

Commit 0ea0075

Browse files
fix(deps): update github.com/rivo/tview digest to a2885dd
1 parent da9e0a9 commit 0ea0075

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.16.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.8
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-20240519092312-a2885dd403f3
6565
github.com/rodaine/hclencoder v0.0.1
6666
github.com/samber/lo v1.38.1
6767
github.com/spf13/viper v1.18.2
@@ -366,7 +366,7 @@ require (
366366
github.com/mattn/go-colorable v0.1.13 // indirect
367367
github.com/mattn/go-ieproxy v0.0.1 // indirect
368368
github.com/mattn/go-isatty v0.0.20 // indirect
369-
github.com/mattn/go-runewidth v0.0.14 // indirect
369+
github.com/mattn/go-runewidth v0.0.15 // indirect
370370
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
371371
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
372372
github.com/mitchellh/copystructure v1.2.0 // indirect

go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,8 @@ github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdk
11231123
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
11241124
github.com/gdamore/tcell/v2 v2.6.0 h1:OKbluoP9VYmJwZwq/iLb4BxwKcwGthaa1YNBJIyCySg=
11251125
github.com/gdamore/tcell/v2 v2.6.0/go.mod h1:be9omFATkdr0D9qewWW3d+MEvl5dha+Etb5y65J2H8Y=
1126+
github.com/gdamore/tcell/v2 v2.7.1 h1:TiCcmpWHiAU7F0rA2I3S2Y4mmLmO9KHxJ7E1QhYzQbc=
1127+
github.com/gdamore/tcell/v2 v2.7.1/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
11261128
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
11271129
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
11281130
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
@@ -1689,6 +1691,8 @@ github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRC
16891691
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
16901692
github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=
16911693
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
1694+
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
1695+
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
16921696
github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
16931697
github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
16941698
github.com/mattn/go-sqlite3 v1.14.15 h1:vfoHhTN1af61xCRSWzFIWzx2YskyMTwHLrExkBOjvxI=
@@ -1962,6 +1966,8 @@ github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uY
19621966
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
19631967
github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d h1:meetFLuP+bgn5G55WXzxLp2UnNeUJ0hM3guL+0dX8EI=
19641968
github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
1969+
github.com/rivo/tview v0.0.0-20240519092312-a2885dd403f3 h1:xwL7kzz1NYVLQiB9pD52JP5ixwc1YfTVC0+ooJE1nds=
1970+
github.com/rivo/tview v0.0.0-20240519092312-a2885dd403f3/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss=
19651971
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
19661972
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
19671973
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=

0 commit comments

Comments
 (0)