aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorakp <tom@tdpain.net>2023-02-25 12:54:43 +0000
committerGitHub <noreply@github.com>2023-02-25 12:54:43 +0000
commit07570ed1ea71fe5fff3abcd800d08e7d337c3c93 (patch)
treec1dab0a48c218db2a5dd32f0a4a4c1ea7ab75bb7 /go.mod
parent0bb9cd1bb3d0c8bd36463cd1fbf764eb6f46a8d0 (diff)
parent2d2d66142608edaa05cca960739c32cd7e3799a7 (diff)
Merge pull request #4 from codemicro/dependabot/go_modules/golang.org/x/crypto-0.1.0
Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0
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
)