aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-23 04:34:06 +0000
committerGitHub <noreply@github.com>2021-04-23 04:34:06 +0000
commitb38bc893893bb02679d606984dac4ae7dc2ff35f (patch)
tree62be14aa0db0839478d1180f6cf7d85eec213592 /go.mod
parenta8f3b55986982db5f7c3918acaba2c214c919d11 (diff)
downloadgit-bug-b38bc893893bb02679d606984dac4ae7dc2ff35f.tar.gz
Bump github.com/go-git/go-billy/v5 from 5.1.0 to 5.2.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.1.0...v5.2.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 548387a1..cf018503 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.1.0
+ github.com/go-git/go-billy/v5 v5.2.0
github.com/go-git/go-git/v5 v5.3.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/mux v1.8.0