diff options
author | Michael Muré <batolettre@gmail.com> | 2022-03-10 16:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 16:39:35 +0100 |
commit | b1fc312aac59af299cadb394d67d3de6c9026b4f (patch) | |
tree | 88d643764c0068a8b5d18012802881e9452a76a8 /go.mod | |
parent | bf9c7e00d022d0a0210dd5e2b8c3e7d38de64099 (diff) | |
parent | db7b1908f8ec18d41144033cdcc8181b6aca8a47 (diff) | |
download | git-bug-b1fc312aac59af299cadb394d67d3de6c9026b4f.tar.gz |
Merge pull request #761 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.59.0
build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0
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/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser/v2 v2.4.0 - github.com/xanzy/go-gitlab v0.57.0 + github.com/xanzy/go-gitlab v0.59.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |