diff options
author | Michael Muré <batolettre@gmail.com> | 2022-05-04 12:29:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 12:29:20 +0200 |
commit | 66c4da3417bde11cddddb9fbabbfd7c7c906b6a2 (patch) | |
tree | 96da3da65b7d6c9ec2a5142328045f9dbd1f3c47 /go.mod | |
parent | 547d626c2515b764f1fba1cd6b0dee1c69d8f36a (diff) | |
parent | 5354b082119ff98601e8dcbe925d3b8c73f1a0f4 (diff) | |
download | git-bug-66c4da3417bde11cddddb9fbabbfd7c7c906b6a2.tar.gz |
Merge pull request #783 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.64.0
build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.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.4.0 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser/v2 v2.4.1 - github.com/xanzy/go-gitlab v0.59.0 + github.com/xanzy/go-gitlab v0.64.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 |