aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-04-04 09:27:34 +0100
committerGravatar GitHub <noreply@github.com> 2024-04-04 09:27:34 +0100
commitd3a9c74c92588e83c465057c243e05b46d9118f7 (patch)
tree1954f13fe891d4571ac10c22059577335e8f0ba9 /go.mod
parenttest: replace panic with returning error (#1747) (diff)
downloadfasthttp-d3a9c74c92588e83c465057c243e05b46d9118f7.tar.gz
fasthttp-d3a9c74c92588e83c465057c243e05b46d9118f7.tar.bz2
fasthttp-d3a9c74c92588e83c465057c243e05b46d9118f7.zip
chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1748)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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 f39397e..a4c287f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v1.0.0
golang.org/x/crypto v0.21.0
- golang.org/x/net v0.22.0
+ golang.org/x/net v0.23.0
golang.org/x/sys v0.18.0
)