aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-22 13:54:24 +0000
committerGitHub <noreply@github.com>2022-11-22 13:54:24 +0000
commit6f4d477611014ca9a534ffbe4d5df8f210cefc9e (patch)
tree28034862c37cdec8807158864f5d5767df832f5b /go.mod
parent70bd7377b6362127794f3a6198dd2c63863025fc (diff)
downloadgit-bug-6f4d477611014ca9a534ffbe4d5df8f210cefc9e.tar.gz
build(deps): bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.74.0 to 0.76.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.74.0...v0.76.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0016de2f..dcfe023d 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/vektah/gqlparser/v2 v2.5.1
- github.com/xanzy/go-gitlab v0.74.0
+ github.com/xanzy/go-gitlab v0.76.0
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
@@ -38,8 +38,6 @@ require (
github.com/lithammer/dedent v1.1.0 // indirect
github.com/owenrumney/go-sarif v1.0.11 // indirect
github.com/segmentio/fasthash v1.0.3 // indirect
- github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
- github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
)