From 0b4debab82877d9c1b2f4c3802f83ef7175a86ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:55:03 +0000 Subject: build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.11.0. - [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 41d1a86b..51c7b922 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/vektah/gqlparser/v2 v2.5.1 github.com/xanzy/go-gitlab v0.90.0 golang.org/x/crypto v0.12.0 - golang.org/x/oauth2 v0.8.0 + golang.org/x/oauth2 v0.11.0 golang.org/x/sync v0.3.0 golang.org/x/sys v0.11.0 golang.org/x/text v0.12.0 @@ -114,13 +114,13 @@ require ( github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect go.etcd.io/bbolt v1.3.5 // indirect golang.org/x/mod v0.10.0 // indirect - golang.org/x/net v0.10.0 // indirect + golang.org/x/net v0.14.0 // indirect golang.org/x/term v0.11.0 golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.8.1-0.20230421161920-b9619ee54b47 // indirect golang.org/x/vuln v1.0.0 google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.29.1 // indirect + google.golang.org/protobuf v1.31.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) -- cgit