aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-07 13:51:52 +0100
committerGitHub <noreply@github.com>2020-02-07 13:51:52 +0100
commite672515a7c0851b694e5aeec1d231eea1bbc848a (patch)
tree05096637a4ec33db205731ebc6e64a03960bb56c /go.mod
parent53e3a57bbc1ac260580869035e39131d45ee10e5 (diff)
parent7e0ee9557f61704fef5ca7e1edf1c1f23e9cce67 (diff)
downloadgit-bug-e672515a7c0851b694e5aeec1d231eea1bbc848a.tar.gz
Merge pull request #312 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.6
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.4 to 0.2.6
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1b2587c9..5895e25f 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.11
require (
github.com/99designs/gqlgen v0.10.3-0.20200205113530-b941b970f0b6
- github.com/MichaelMure/go-term-text v0.2.4
+ github.com/MichaelMure/go-term-text v0.2.6
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
github.com/blang/semver v3.5.1+incompatible