diff options
author | Michael Muré <batolettre@gmail.com> | 2019-12-26 21:49:39 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-12-26 21:49:39 +0100 |
commit | 6fffe24dea63ab61b47cde9df939ab1021fac5ea (patch) | |
tree | 907ce32d32cbc353092ba103136df4a4ae1a5de5 /vendor/github.com/MichaelMure/go-term-text/go.mod | |
parent | 2852bb27e509822c26bf92cecf27fd72ef351d6f (diff) | |
download | git-bug-6fffe24dea63ab61b47cde9df939ab1021fac5ea.tar.gz |
dep ensure
Diffstat (limited to 'vendor/github.com/MichaelMure/go-term-text/go.mod')
-rw-r--r-- | vendor/github.com/MichaelMure/go-term-text/go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/MichaelMure/go-term-text/go.mod b/vendor/github.com/MichaelMure/go-term-text/go.mod index 162c5dac..a03c8606 100644 --- a/vendor/github.com/MichaelMure/go-term-text/go.mod +++ b/vendor/github.com/MichaelMure/go-term-text/go.mod @@ -1,8 +1,8 @@ module github.com/MichaelMure/go-term-text -go 1.10 +go 1.11 require ( - github.com/mattn/go-runewidth v0.0.4 + github.com/mattn/go-runewidth v0.0.6 github.com/stretchr/testify v1.3.0 ) |