diff options
author | Michael Muré <batolettre@gmail.com> | 2021-05-24 09:45:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 09:45:29 +0200 |
commit | 0cee27665b410dd22e3d075f7179c138bac166ab (patch) | |
tree | 5a78d25c7e2846548258ce160db78df4f63fca8c /go.mod | |
parent | cda3037c7cd053d5521f7928ae6c5e2801dc42d7 (diff) | |
parent | 7985c7df27f662aae762afed2509a4e5b6d4e09f (diff) | |
download | git-bug-0cee27665b410dd22e3d075f7179c138bac166ab.tar.gz |
Merge pull request #673 from MichaelMure/dependabot/go_modules/github.com/fatih/color-1.11.0
Bump github.com/fatih/color from 1.10.0 to 1.11.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,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.10.0 + github.com/fatih/color v1.11.0 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.3.0 github.com/golang/protobuf v1.4.3 // indirect |