diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~taiite/senpai go 1.14 require ( - github.com/gdamore/tcell/v2 v2.0.0 - github.com/mattn/go-runewidth v0.0.7 - golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 + github.com/gdamore/tcell/v2 v2.2.1 + github.com/mattn/go-runewidth v0.0.10 + golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf gopkg.in/yaml.v2 v2.3.0 ) |