diff --git a/go.mod b/go.mod index 3b69adb8..58df832f 100644 --- a/go.mod +++ b/go.mod @@ -58,7 +58,7 @@ require ( github.com/pluralsh/polly v0.1.1 github.com/pluralsh/terraform-delinker v0.0.1 github.com/posthog/posthog-go v0.0.0-20230801140217-d607812dee69 - github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d + github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559 github.com/rodaine/hclencoder v0.0.1 github.com/samber/lo v1.38.1 github.com/spf13/viper v1.15.0 diff --git a/go.sum b/go.sum index ae80cf13..f249a0e3 100644 --- a/go.sum +++ b/go.sum @@ -1498,6 +1498,8 @@ github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqn github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d h1:meetFLuP+bgn5G55WXzxLp2UnNeUJ0hM3guL+0dX8EI= github.com/rivo/tview v0.0.0-20230615085408-bb9595ee0f4d/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE= +github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559 h1:buffZ9O0CRub0oeyQLmhemEY790wiTQtyJpzgz04e6s= +github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=