diff options
author | Valery Piashchynski <[email protected]> | 2022-11-25 16:57:52 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-25 16:57:52 +0100 |
commit | bb97ae875c0ce69fa2f2fc502d5ee0805fed1f3e (patch) | |
tree | fcc813557307905867b585b408d203cdd862a162 /go.mod | |
parent | 823078cfc024c004497f74950507c20ba36ce4aa (diff) |
mod: update deps
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ require ( github.com/twmb/murmur3 v1.1.6 // indirect github.com/uber-go/tally/v4 v4.1.3 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasthttp v1.41.0 // indirect + github.com/valyala/fasthttp v1.42.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |