aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-16 05:02:14 +0000
committerGitHub <noreply@github.com>2020-03-16 05:02:14 +0000
commit9dd7bb54b92dcc31cdcda63d617f5186fdd19df3 (patch)
tree586d7a4b5faede023c418008e68f479757492910 /go.mod
parent05c968ca2493eb78d0890768c36c39d56c1e65c0 (diff)
downloadgit-bug-9dd7bb54b92dcc31cdcda63d617f5186fdd19df3.tar.gz
build(deps): bump github.com/MichaelMure/go-term-text
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.7...v0.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 8082b41b..eab7effb 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.11
require (
github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
- github.com/MichaelMure/go-term-text v0.2.7
+ github.com/MichaelMure/go-term-text v0.2.8
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