aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-11 04:53:32 +0000
committerGitHub <noreply@github.com>2023-08-11 04:53:32 +0000
commita1f730af18f54c8c2c1a20316580801db84db623 (patch)
tree6fa135d066f8cb2cfb433a7585010ed5f9b08194 /go.mod
parent27d6e20f131addb4b877b3daea3ad0706a2ba977 (diff)
downloadgit-bug-a1f730af18f54c8c2c1a20316580801db84db623.tar.gz
build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.15.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 e1247c26..f45b144a 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