diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-07 13:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 13:59:25 +0100 |
commit | a482857ac837dfe62c51ca0ebbb9d458f4c09058 (patch) | |
tree | ccc805f0dc14f173d46759ab20c54afde09e037b /go.mod | |
parent | e672515a7c0851b694e5aeec1d231eea1bbc848a (diff) | |
parent | 0edba7de78518cbe8e31196c2bedb3ec519fbcb6 (diff) | |
download | git-bug-a482857ac837dfe62c51ca0ebbb9d458f4c09058.tar.gz |
Merge pull request #313 from MichaelMure/dependabot/go_modules/github.com/fatih/color-1.9.0
build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9 github.com/corpix/uarand v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 - github.com/fatih/color v1.7.0 + github.com/fatih/color v1.9.0 github.com/go-errors/errors v1.0.1 github.com/gorilla/mux v1.7.3 github.com/hashicorp/golang-lru v0.5.4 // indirect |