diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-09 04:59:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 04:59:20 +0000 |
commit | 40d70737487e4cedf01e27ed687afdda094dd1f7 (patch) | |
tree | f960b6ad357f0917bd8fd2ecc0d9836365f5d181 /go.mod | |
parent | 281d4a642d87a23ed62045db899ff967abf8b818 (diff) | |
download | git-bug-40d70737487e4cedf01e27ed687afdda094dd1f7.tar.gz |
build(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.8.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.4.0 to 0.8.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.4.0...v0.8.0)
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
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.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -29,10 +29,10 @@ require ( github.com/vektah/gqlparser/v2 v2.5.1 github.com/xanzy/go-gitlab v0.79.1 golang.org/x/crypto v0.5.0 - golang.org/x/oauth2 v0.4.0 + golang.org/x/oauth2 v0.8.0 golang.org/x/sync v0.1.0 - golang.org/x/sys v0.5.0 - golang.org/x/text v0.7.0 + golang.org/x/sys v0.8.0 + golang.org/x/text v0.9.0 ) // https://github.com/go-git/go-git/pull/659 @@ -114,11 +114,11 @@ require ( github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect go.etcd.io/bbolt v1.3.5 // indirect - golang.org/x/mod v0.7.0 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/term v0.5.0 + golang.org/x/mod v0.8.0 // indirect + golang.org/x/net v0.10.0 // indirect + golang.org/x/term v0.8.0 golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.4.0 // indirect + golang.org/x/tools v0.6.0 // indirect golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7 google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.1 // indirect |