aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-06 05:03:33 +0000
committerGitHub <noreply@github.com>2023-03-06 05:03:33 +0000
commitdea1478ac3967cc6f1d84252315d583ba59a93c0 (patch)
treec806edd892aa2c6120fd7ad45a580151d2230bac /go.mod
parent56202ec0c2da653239988b2e13f5a323210d8ab3 (diff)
downloadgit-bug-dea1478ac3967cc6f1d84252315d583ba59a93c0.tar.gz
build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-billy/v5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 be882df7..c433350f 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.1
github.com/fatih/color v1.13.0
- github.com/go-git/go-billy/v5 v5.4.0
+ github.com/go-git/go-billy/v5 v5.4.1
github.com/go-git/go-git/v5 v5.5.2
github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru v0.5.4