diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-03-03 14:33:37 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2021-03-03 14:33:37 +0100 |
commit | 89eb5668d877d61aeb8a8f559a5c110e54089644 (patch) | |
tree | c5834ba042336f64e1966e58ba0d8afe5e919657 /go.mod | |
parent | 1a34cf54f15f8a68550b904cc95ac1cd116b7d6c (diff) | |
download | poe-89eb5668d877d61aeb8a8f559a5c110e54089644.tar.gz poe-89eb5668d877d61aeb8a8f559a5c110e54089644.tar.bz2 poe-89eb5668d877d61aeb8a8f559a5c110e54089644.zip |
Upgrade dep: tcell to v2.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ require ( github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect github.com/atotto/clipboard v0.1.4 github.com/gdamore/tcell v1.4.0 + github.com/gdamore/tcell/v2 v2.2.0 github.com/mattn/go-runewidth v0.0.10 github.com/pkg/errors v0.9.1 ) |