Skip to content

Commit

Permalink
(fix) bump tuikit to fix a couple tui issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Aug 4, 2024
1 parent 99addb4 commit 3ad73f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/itchyny/gojq v0.12.16
github.com/jahvon/glamour v0.7.1-patch2
github.com/jahvon/open-golang v0.0.0-20240522004812-68511c3bc9ef
github.com/jahvon/tuikit v0.0.19
github.com/jahvon/tuikit v0.0.21
github.com/mattn/go-runewidth v0.0.16
github.com/onsi/ginkgo/v2 v2.19.1
github.com/onsi/gomega v1.34.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ github.com/jahvon/open-golang v0.0.0-20240522004812-68511c3bc9ef h1:4PS/MNVT6Rsv
github.com/jahvon/open-golang v0.0.0-20240522004812-68511c3bc9ef/go.mod h1:dUmuT5CN6osIeLSRtTPJOf0Yz+qAbcyU6omnCzI+ZfQ=
github.com/jahvon/tuikit v0.0.19 h1:yQ6cOZeoDJ2y58taaFSz6zqeTh2lVpMNxEpP6LcWQzY=
github.com/jahvon/tuikit v0.0.19/go.mod h1:pIu3edo3wSdhiQuBK/x5vpc4dct6aZ6sAWkXgiyigtQ=
github.com/jahvon/tuikit v0.0.21 h1:updW22PXmFo1mdHA6EUEVmG/DeIwPrkUu0qQmThoLWk=
github.com/jahvon/tuikit v0.0.21/go.mod h1:1d22nVrCwzxeKomFJAZMUa4mqBbtOfd3bmLWjsY6PrM=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 3ad73f6

Please sign in to comment.