diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 04:45:25 +0000 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-22 21:48:47 -0700 |
commit | 355d91de0441c6dda208d9c3ac0d14c7d121f928 (patch) | |
tree | 1d178231a2950f82fc68391d025e6ec3994fd8e8 /go.mod | |
parent | 480fb4d98700a25c9d8a6850a551a9e4df6bfd9f (diff) | |
download | git-bug-355d91de0441c6dda208d9c3ac0d14c7d121f928.tar.gz |
build(deps): bump github.com/go-git/go-billy/v5 from 5.4.1 to 5.5.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.4.1 to 5.5.0.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](https://github.com/go-git/go-billy/compare/v5.4.1...v5.5.0)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -16,7 +16,7 @@ require ( github.com/cheekybits/genny v1.0.0 github.com/dustin/go-humanize v1.0.1 github.com/fatih/color v1.17.0 - github.com/go-git/go-billy/v5 v5.4.1 + github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git/v5 v5.8.1 github.com/gorilla/mux v1.8.1 github.com/hashicorp/golang-lru/v2 v2.0.7 @@ -38,7 +38,10 @@ require ( golang.org/x/text v0.16.0 ) -require golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect +require ( + github.com/cyphar/filepath-securejoin v0.2.4 // indirect + golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect +) require ( dario.cat/mergo v1.0.0 // indirect |