diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-18 11:58:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 11:58:58 +0200 |
commit | 718aa5f6e382b9c09caf866215358238ce6b5004 (patch) | |
tree | b5fcf1ba5d6edc3b59ea98ee49a3ccf0bd852a8e /go.mod | |
parent | 5b903928133905e587d535f5193a854a7afa85a4 (diff) | |
parent | c77eb181348efb32e9140afef3b72e5a7154396d (diff) | |
download | git-bug-718aa5f6e382b9c09caf866215358238ce6b5004.tar.gz |
Merge pull request #622 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.3.1
Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.15 require ( github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b github.com/99designs/keyring v1.1.6 - github.com/MichaelMure/go-term-text v0.2.10 + github.com/MichaelMure/go-term-text v0.3.1 github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986 github.com/blevesearch/bleve v1.0.14 |