diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-22 14:00:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 14:00:40 +0000 |
commit | bfc26cd37514b893dc7850ba9249fa26311ff8d5 (patch) | |
tree | 321c3cc7e19e0c2b18184ecdf4290bd4efa54165 /go.mod | |
parent | 064d866ca54cdc11f325ef83a290f3614cef144d (diff) | |
download | git-bug-bfc26cd37514b893dc7850ba9249fa26311ff8d5.tar.gz |
build(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ require ( github.com/vektah/gqlparser/v2 v2.5.1 github.com/xanzy/go-gitlab v0.78.0 golang.org/x/crypto v0.5.0 - golang.org/x/oauth2 v0.3.0 + golang.org/x/oauth2 v0.4.0 golang.org/x/sync v0.1.0 golang.org/x/sys v0.4.0 golang.org/x/text v0.6.0 |