summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-03-14 10:46:58 +0100
committerValery Piashchynski <[email protected]>2024-03-14 10:46:58 +0100
commit52e6446928cc497341f8b30242911fa42a7607e9 (patch)
tree46581c3299e72ae0c5b9d43dbeaa6615d1954fde /go.mod
parent91e9c3a54b9c152f27291fa2e33a6637703e1e6a (diff)
chore: exclude uber/tally buggy version
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 019ef123..32089e58 100644
--- a/go.mod
+++ b/go.mod
@@ -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