diff options
author | Valery Piashchynski <[email protected]> | 2023-01-14 01:22:55 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-14 01:22:55 +0100 |
commit | 1c93c4abdb40e95a66c14cfab0b681b3630792a4 (patch) | |
tree | 5c6978d6637835ca05e22481436609eab963ec09 /go.mod | |
parent | c3ca996d2f3a0dab77473d4b4cb984411dffc3b3 (diff) |
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
@@ -157,7 +157,7 @@ require ( github.com/tklauser/go-sysconf v0.3.11 // indirect github.com/tklauser/numcpus v0.6.0 // indirect github.com/twmb/murmur3 v1.1.6 // indirect - github.com/uber-go/tally/v4 v4.1.4 // indirect + github.com/uber-go/tally/v4 v4.1.5 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.44.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect |