summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0a803e7a..2083e5ac 100644
--- a/go.mod
+++ b/go.mod
@@ -54,11 +54,11 @@ require (
go.uber.org/automaxprocs v1.5.3
)
+replace github.com/uber-go/tally/v4 => github.com/uber-go/tally/v4 v4.1.10
+
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
)