aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/MichaelMure/go-term-text/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-12-26 21:50:48 +0100
committerGitHub <noreply@github.com>2019-12-26 21:50:48 +0100
commit8acbc9db40992d7976ed9efa4c368ac0a5a2d4fd (patch)
tree907ce32d32cbc353092ba103136df4a4ae1a5de5 /vendor/github.com/MichaelMure/go-term-text/go.mod
parent3a3a4ffacd288627f84b367e9a735c3b1451c78b (diff)
parent6fffe24dea63ab61b47cde9df939ab1021fac5ea (diff)
downloadgit-bug-8acbc9db40992d7976ed9efa4c368ac0a5a2d4fd.tar.gz
Merge pull request #277 from MichaelMure/dependabot/dep/github.com/MichaelMure/go-term-text-0.2.4
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.1 to 0.2.4
Diffstat (limited to 'vendor/github.com/MichaelMure/go-term-text/go.mod')
-rw-r--r--vendor/github.com/MichaelMure/go-term-text/go.mod4
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
)