aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-10 20:47:13 +0200
committerGitHub <noreply@github.com>2023-08-10 20:47:13 +0200
commitd5238984ceb077d01e88a2767732db279ea6a190 (patch)
tree8215b0266b1dc1e1a2510805a66d21f35f03e5eb /go.mod
parent281d4a642d87a23ed62045db899ff967abf8b818 (diff)
parentdea1478ac3967cc6f1d84252315d583ba59a93c0 (diff)
downloadgit-bug-d5238984ceb077d01e88a2767732db279ea6a190.tar.gz
Merge pull request #1039 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.1
build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1
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 be882df7..c433350f 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/cheekybits/genny v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.13.0
- github.com/go-git/go-billy/v5 v5.4.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
github.com/hashicorp/golang-lru v0.5.4