aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-03 20:50:27 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-03 20:50:27 +0100
commit559d536fd42f8d6099fa88bf788e2cc7dbb65d83 (patch)
treeaa614ea981395b36459f96e8ebf871acd684359a /go.mod
parenthttp.go: close form file if copyZeroAlloc fails (#1498) (diff)
downloadfasthttp-559d536fd42f8d6099fa88bf788e2cc7dbb65d83.tar.gz
fasthttp-559d536fd42f8d6099fa88bf788e2cc7dbb65d83.tar.bz2
fasthttp-559d536fd42f8d6099fa88bf788e2cc7dbb65d83.zip
Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508)
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> 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 53183fd..4ba88c4 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/klauspost/compress v1.15.15
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v1.0.0
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+ golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
)