aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-11 15:42:05 +0200
committerGitHub <noreply@github.com>2023-08-11 15:42:05 +0200
commita0d225ce23af9f5dbe31521f19485c66d409e573 (patch)
tree83d83afffdf9fc23bc296e7d2426a9c28819e46e /go.mod
parent17daf4947d43811d30a6e5b19a325f62fec2dc71 (diff)
parenta1f730af18f54c8c2c1a20316580801db84db623 (diff)
downloadgit-bug-a0d225ce23af9f5dbe31521f19485c66d409e573.tar.gz
Merge pull request #1091 from MichaelMure/dependabot/go_modules/github.com/fatih/color-1.15.0
build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.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 bca18f98..435e92d7 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/blevesearch/bleve v1.0.14
github.com/cheekybits/genny v1.0.0
github.com/dustin/go-humanize v1.0.1
- github.com/fatih/color v1.13.0
+ github.com/fatih/color v1.15.0
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-git/go-git/v5 v5.5.2
github.com/gorilla/mux v1.8.0