aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-12-04 12:39:16 +0100
committerGitHub <noreply@github.com>2021-12-04 12:39:16 +0100
commitee40c1cfe2463d4002a9a51e0939fda62d26c8cd (patch)
tree96f153eeb91d7334620d6c52f9471aa511a70a46 /go.mod
parentd1adc163bd53ace1e816e78131e9a8bacd7c331b (diff)
parent7043a06b39dccd154f78ff2a59f718193801f5c9 (diff)
downloadgit-bug-ee40c1cfe2463d4002a9a51e0939fda62d26c8cd.tar.gz
Merge pull request #712 from MichaelMure/dependabot/go_modules/github.com/fatih/color-1.13.0
Bump github.com/fatih/color from 1.12.0 to 1.13.0
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 02ebbfce..e3e39020 100644
--- a/go.mod
+++ b/go.mod
@@ -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.12.0
+ github.com/fatih/color v1.13.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/gorilla/mux v1.8.0