aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-16 13:40:53 -0500
committerGitHub <noreply@github.com>2023-12-16 13:40:53 -0500
commit8a9b42c0d4547f217378afd763bb76103f4cfee8 (patch)
tree1fd20606db19b1cef0b9331cf16456d9302dcfeb /go.mod
parent504082e446d297468f56aad960db1d110c30b6db (diff)
downloadx-8a9b42c0d4547f217378afd763bb76103f4cfee8.tar.xz
x-8a9b42c0d4547f217378afd763bb76103f4cfee8.zip
build(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#517)
* build(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/oauth2/compare/v0.14.0...v0.15.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> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6525d7b..6af3b08 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
go.jetpack.io/tyson v0.1.1
go4.org v0.0.0-20190313082347-94abd6928b1d
golang.org/x/crypto v0.16.0
- golang.org/x/oauth2 v0.14.0
+ golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.5.0
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
modernc.org/sqlite v1.28.0