aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-04-05 18:43:06 +0200
committerGitHub <noreply@github.com>2021-04-05 18:43:06 +0200
commitc7a441bad6a7ca247d955b63d2ba604435fdaab6 (patch)
tree4b47618e43b314f74cff1b3da6a22379052f11d1 /go.mod
parent18ae6a62ab7446a3c5ba0a34fa1779654e57f619 (diff)
parentc61fd2a94fe9bc0e113ea58dd4da834eb3c2b0dc (diff)
downloadgit-bug-c7a441bad6a7ca247d955b63d2ba604435fdaab6.tar.gz
Merge pull request #619 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.1.0
Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.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 d41cddde..60e51cbe 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/corpix/uarand v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0
- github.com/go-git/go-billy/v5 v5.0.0
+ github.com/go-git/go-billy/v5 v5.1.0
github.com/go-git/go-git/v5 v5.2.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.8.0