diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-02 15:15:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 15:15:59 +0100 |
commit | 25b0c71948fe4bf5b4f4b8ca91ffc4d2f8c47643 (patch) | |
tree | 5d5eaa42939ca71dda2bfbf4d6985d6b0fc65a10 /go.mod | |
parent | dda9f15b4eff719b75e6a5880191d2af886bbdee (diff) | |
download | git-bug-25b0c71948fe4bf5b4f4b8ca91ffc4d2f8c47643.tar.gz |
build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)
* build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* tidy
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
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.9.0 + github.com/fatih/color v1.10.0 github.com/go-git/go-git/v5 v5.2.0 github.com/golang/protobuf v1.4.3 // indirect github.com/gorilla/mux v1.8.0 |