aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-02 13:25:26 -0500
committerGitHub <noreply@github.com>2023-01-02 13:25:26 -0500
commit3915d2b76e17ae7058510d3b4cd91b24786bb526 (patch)
tree3d677c3589236ae7caeb8ba08d44ce3bbbe332e0 /go.mod
parenta4cee7539b2fcddcdd717b784be366f67e358b09 (diff)
parent86bb2f3dd963f31ba432a7be59bda7ed2fd62c7a (diff)
downloadgit-bug-3915d2b76e17ae7058510d3b4cd91b24786bb526.tar.gz
Merge pull request #969 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.0
build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.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 31b1fb6e..34081235 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.0
github.com/fatih/color v1.13.0
- github.com/go-git/go-billy/v5 v5.3.1
+ github.com/go-git/go-billy/v5 v5.4.0
github.com/go-git/go-git/v5 v5.5.1
github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru v0.5.4