diff options
author | Michael Muré <batolettre@gmail.com> | 2023-03-04 12:17:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 12:17:30 +0100 |
commit | e1899b671e7db6e70644747ae61045b9641ddea0 (patch) | |
tree | 6016d073c507da8982c708fe887cdad1cad5d04e /go.mod | |
parent | ccb4c437472f2625f0a40b532c90fa60c74cc2da (diff) | |
parent | 0ae2ea9aae8784c89957a4c3fbf7afa5741d11ba (diff) | |
download | git-bug-e1899b671e7db6e70644747ae61045b9641ddea0.tar.gz |
Merge pull request #1015 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.79.1
build(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require ( github.com/stretchr/testify v1.8.1 github.com/vbauerster/mpb/v8 v8.1.4 github.com/vektah/gqlparser/v2 v2.5.1 - github.com/xanzy/go-gitlab v0.78.0 + github.com/xanzy/go-gitlab v0.79.1 golang.org/x/crypto v0.5.0 golang.org/x/oauth2 v0.4.0 golang.org/x/sync v0.1.0 |