Skip to content

Commit

Permalink
fix: upgrade term-grid to version that handles negative width
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Mar 10, 2021
1 parent f08af8a commit 10587b6
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 @@ -4,7 +4,7 @@ go 1.15

require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/achannarasappa/term-grid v0.2.0
github.com/achannarasappa/term-grid v0.2.1
github.com/adrg/xdg v0.3.0
github.com/charmbracelet/bubbles v0.7.5
github.com/charmbracelet/bubbletea v0.12.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpH
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
github.com/achannarasappa/term-grid v0.2.0 h1:1j32M8FDuLqjOwINmmTJ3FZygBa0JUpXUUKuphM1g6k=
github.com/achannarasappa/term-grid v0.2.0/go.mod h1:uXEY1bCtUSooU1owBx76qEGO2m07r2VAJr2LbxAvNZo=
github.com/achannarasappa/term-grid v0.2.1 h1:c/DxVHvjTd82V9h2AdEdVsEjCSLr6f4Mon6vV9+ofB4=
github.com/achannarasappa/term-grid v0.2.1/go.mod h1:uXEY1bCtUSooU1owBx76qEGO2m07r2VAJr2LbxAvNZo=
github.com/adrg/xdg v0.3.0 h1:BO+k4wFj0IoTolBF1Apn8oZrX3LQrEbBA8+/9vyW9J4=
github.com/adrg/xdg v0.3.0/go.mod h1:7I2hH/IT30IsupOpKZ5ue7/qNi3CoKzD6tL3HwpaRMQ=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit 10587b6

Please sign in to comment.