diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-22 14:59:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 14:59:18 +0100 |
commit | 064d866ca54cdc11f325ef83a290f3614cef144d (patch) | |
tree | da62536101e8b251e0bbc84d33029174488e0545 /go.mod | |
parent | 574716518009d341c8abd54285719e448ddbb844 (diff) | |
parent | fdada24fdc549552143771d07ec7c77db57a1a89 (diff) | |
download | git-bug-064d866ca54cdc11f325ef83a290f3614cef144d.tar.gz |
Merge pull request #986 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.78.0
build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ 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.77.0 + github.com/xanzy/go-gitlab v0.78.0 golang.org/x/crypto v0.5.0 - golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c + golang.org/x/oauth2 v0.3.0 golang.org/x/sync v0.1.0 golang.org/x/sys v0.4.0 golang.org/x/text v0.6.0 @@ -115,7 +115,7 @@ require ( golang.org/x/mod v0.7.0 // indirect golang.org/x/net v0.5.0 // indirect golang.org/x/term v0.4.0 - golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect + golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.4.0 // indirect golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7 google.golang.org/appengine v1.6.7 // indirect |