aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-03 18:21:34 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-03 18:21:34 +0100
commit8800d4b993a0c72fb4d581ff7d73f85e7536ebc5 (patch)
tree19d4a64a962bc1a1d8d364479c2c18b0212d0fca /go.mod
parentBump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (diff)
downloadfasthttp-8800d4b993a0c72fb4d581ff7d73f85e7536ebc5.tar.gz
fasthttp-8800d4b993a0c72fb4d581ff7d73f85e7536ebc5.tar.bz2
fasthttp-8800d4b993a0c72fb4d581ff7d73f85e7536ebc5.zip
Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220906165146-f3363e06e74c to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 670bad0..53183fd 100644
--- a/go.mod
+++ b/go.mod
@@ -8,8 +8,8 @@ require (
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/net v0.0.0-20220906165146-f3363e06e74c
- golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
+ golang.org/x/net v0.7.0
+ golang.org/x/sys v0.5.0
)
-require golang.org/x/text v0.3.8 // indirect
+require golang.org/x/text v0.7.0 // indirect