From f20db728de6240866a9b06d1ff8485f6b210d49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:10:41 +0000 Subject: build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0 Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.64.0 to 0.68.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.64.0...v0.68.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] --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0cca0abc..fa3b35a5 100644 --- a/go.mod +++ b/go.mod @@ -28,11 +28,10 @@ require ( github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.7.1 github.com/vektah/gqlparser/v2 v2.4.1 - github.com/xanzy/go-gitlab v0.64.0 + github.com/xanzy/go-gitlab v0.68.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 - golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a golang.org/x/text v0.3.7 - golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect ) -- cgit