aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-27 11:05:12 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-27 11:05:12 +0100
commit9c69feae53bbad9db77fe2938879554f35b8efd9 (patch)
treee32fdf53f9687602270c9712dde91ef0d379d02c /go.mod
parentfeat:support zstd compress and uncompressed (#1701) (diff)
downloadfasthttp-9c69feae53bbad9db77fe2938879554f35b8efd9.tar.gz
fasthttp-9c69feae53bbad9db77fe2938879554f35b8efd9.tar.bz2
fasthttp-9c69feae53bbad9db77fe2938879554f35b8efd9.zip
chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#1725)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto 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 95c1652..91043e5 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/klauspost/compress v1.17.6
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v1.0.0
- golang.org/x/crypto v0.19.0
+ golang.org/x/crypto v0.20.0
golang.org/x/net v0.21.0
golang.org/x/sys v0.17.0
)