diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-24 04:31:36 +0000 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-05-24 09:56:33 +0200 |
commit | 90b22a6dd1f4ace30b0351d99c32c6470870e59c (patch) | |
tree | 2478754aae638e5cd76f146ed3d552bcd43e4a7b /go.mod | |
parent | 9ded45fe65c9a3af37dc05015a78d5782002e249 (diff) | |
download | git-bug-90b22a6dd1f4ace30b0351d99c32c6470870e59c.tar.gz |
Bump github.com/go-git/go-git/v5 from 5.3.0 to 5.4.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.3.0...v5.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.11.0 github.com/go-git/go-billy/v5 v5.3.1 - github.com/go-git/go-git/v5 v5.3.0 + github.com/go-git/go-git/v5 v5.4.0 github.com/golang/protobuf v1.4.3 // indirect github.com/gorilla/mux v1.8.0 github.com/hashicorp/golang-lru v0.5.4 @@ -29,10 +29,10 @@ require ( github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.48.0 - golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 + golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 - golang.org/x/sys v0.0.0-20210324051608-47abb6519492 + golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 golang.org/x/text v0.3.6 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect google.golang.org/appengine v1.6.7 // indirect |