Skip to content

Commit

Permalink
fix(deps): update module github.com/valyala/fasthttp to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 1fc1072 commit 6d5b52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/fasthttp/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module main

require github.com/valyala/fasthttp v1.57.0
require github.com/valyala/fasthttp v1.58.0
2 changes: 1 addition & 1 deletion go/gorouter-fasthttp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

require (
github.com/valyala/fasthttp v1.57.0
github.com/valyala/fasthttp v1.58.0
github.com/vardius/gorouter/v4 v4.5.1
)

0 comments on commit 6d5b52a

Please sign in to comment.