diff options
author | Valery Piashchynski <[email protected]> | 2024-06-06 16:14:50 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-06-06 16:14:50 +0200 |
commit | 6d0aeaf6fdb540892c21d9007ceea14cd7a9570c (patch) | |
tree | 87bbb5bb46aee6eb6d097ce1009fd2a14602b1da /go.mod | |
parent | c6496cbd12f700e63df5894abe228eacede8db73 (diff) | |
parent | 1c1abb483d3e00d901d7c6279c8e4d09a5621871 (diff) |
Merge remote-tracking branch 'origin/master' into release/v2024.1.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |