aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-25 12:54:14 +0000
committerGitHub <noreply@github.com>2023-02-25 12:54:14 +0000
commit2d2d66142608edaa05cca960739c32cd7e3799a7 (patch)
treec1dab0a48c218db2a5dd32f0a4a4c1ea7ab75bb7 /go.mod
parent0bb9cd1bb3d0c8bd36463cd1fbf764eb6f46a8d0 (diff)
Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@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 56a4e55..f0ce0f7 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/uptrace/bun/extra/bundebug v1.1.7
github.com/valyala/fasthttp v1.34.0
github.com/valyala/quicktemplate v1.7.0
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+ golang.org/x/crypto v0.1.0
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
)