Skip to content

Commit

Permalink
fix(deps): update module github.com/valyala/fasthttp to v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 1117438 commit 416bcaf
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.50.0
require github.com/valyala/fasthttp v1.51.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.50.0
github.com/valyala/fasthttp v1.51.0
github.com/vardius/gorouter/v4 v4.5.1
)

0 comments on commit 416bcaf

Please sign in to comment.