aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-03 04:34:25 +0000
committerGitHub <noreply@github.com>2021-05-03 04:34:25 +0000
commit59912ec6965c9c830707af81688233c57dafd337 (patch)
tree2db159b170cb65051413d1cabec81d2a75e6c611 /go.mod
parentfc2b9e54edb0d728388f7ecafd6e03a5f287811e (diff)
downloadgit-bug-59912ec6965c9c830707af81688233c57dafd337.tar.gz
Bump github.com/go-git/go-billy/v5 from 5.2.0 to 5.3.1
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.2.0...v5.3.1) 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 cf018503..568f65cb 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.2.0
+ github.com/go-git/go-billy/v5 v5.3.1
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