diff options
author | Valery Piashchynski <[email protected]> | 2024-03-14 10:46:58 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-03-14 10:46:58 +0100 |
commit | 52e6446928cc497341f8b30242911fa42a7607e9 (patch) | |
tree | 46581c3299e72ae0c5b9d43dbeaa6615d1954fde /go.mod | |
parent | 91e9c3a54b9c152f27291fa2e33a6637703e1e6a (diff) |
chore: exclude uber/tally buggy version
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,6 +58,7 @@ exclude ( github.com/spf13/viper v1.18.0 github.com/spf13/viper v1.18.1 github.com/uber-go/tally/v4 v4.1.11 + github.com/uber-go/tally/v4 v4.1.12 go.temporal.io/api v1.26.1 ) @@ -155,7 +156,7 @@ require ( github.com/twmb/franz-go v1.16.1 // indirect github.com/twmb/franz-go/pkg/kmsg v1.7.0 // indirect github.com/twmb/murmur3 v1.1.8 // indirect - github.com/uber-go/tally/v4 v4.1.12 // indirect + github.com/uber-go/tally/v4 v4.1.10 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.52.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect |