aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-05 16:17:43 +0000
committerGitHub <noreply@github.com>2021-04-05 16:17:43 +0000
commitc61fd2a94fe9bc0e113ea58dd4da834eb3c2b0dc (patch)
treef224078f385e756eebebf2a6f085ba769ad76e73 /go.mod
parentca9846fb4ea201852f3941e1b016e7489b51ed4a (diff)
downloadgit-bug-c61fd2a94fe9bc0e113ea58dd4da834eb3c2b0dc.tar.gz
Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.0.0...v5.1.0) 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 357901c2..6991af4d 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