aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-26 13:56:44 -0400
committerGitHub <noreply@github.com>2023-05-26 13:56:44 -0400
commite11e49f8674eeb2bc1c1776edbe44632853d2ac8 (patch)
treec8b5f17715345467700ab7c34f4b41ad8b0804a0 /go.mod
parent0410c162ff8898ee4db77534781ce6e0f61ae87d (diff)
downloadx-e11e49f8674eeb2bc1c1776edbe44632853d2ac8.tar.xz
x-e11e49f8674eeb2bc1c1776edbe44632853d2ac8.zip
build(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.8.0 (#342)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.6.0 to 0.8.0. - [Commits](https://github.com/golang/oauth2/compare/v0.6.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> Co-authored-by: dependabot[bot] <49699333+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 bfbc60a..5e7f10e 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
go.etcd.io/bbolt v1.3.7
go4.org v0.0.0-20190313082347-94abd6928b1d
golang.org/x/crypto v0.9.0
- golang.org/x/oauth2 v0.7.0
+ golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.2.0
nhooyr.io/websocket v1.8.7
tailscale.com v1.42.0