diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-18 10:48:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 10:48:34 +0200 |
commit | 0e97664e7d59649881721388827bc528ab7ad745 (patch) | |
tree | bfbf97a82685a4e16e8179d5cecb8018314cb7c5 /go.mod | |
parent | 63b1d93db1dad1bee4390bad3bd6c2cb9d829a78 (diff) | |
parent | 222f568550e2a3d434038c38c3b71f7f61c898b5 (diff) | |
download | git-bug-0e97664e7d59649881721388827bc528ab7ad745.tar.gz |
Merge pull request #618 from MichaelMure/dependabot/go_modules/github.com/go-git/go-git/v5-5.3.0
Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.3.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -14,13 +14,12 @@ require ( 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-git/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 github.com/hashicorp/go-retryablehttp v0.6.7 // indirect github.com/hashicorp/golang-lru v0.5.4 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 - github.com/imdario/mergo v0.3.11 // indirect github.com/mattn/go-isatty v0.0.12 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 github.com/pkg/errors v0.9.1 @@ -31,12 +30,10 @@ require ( github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.44.0 - github.com/xanzy/ssh-agent v0.3.0 // indirect - golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 - golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 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-20210320140829-1e4c9ba3b0c4 + golang.org/x/sys v0.0.0-20210324051608-47abb6519492 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 |