Skip to content

Commit

Permalink
housekeeping: Update module go.uber.org/zap to v1.25.0 (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent e0a42fe commit 3b51c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/uber-go/tally/v4 v4.1.6
go.temporal.io/sdk v1.21.1
go.temporal.io/sdk/contrib/tally v0.2.0
go.uber.org/zap v1.24.0
go.uber.org/zap v1.25.0
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.2.0
Expand Down Expand Up @@ -82,7 +82,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.3 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.12.13 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.13 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bufbuild/protocompile v0.4.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
Expand Down Expand Up @@ -149,7 +149,7 @@ require (
go.opencensus.io v0.24.0 // indirect
go.temporal.io/api v1.16.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.10.0 // indirect
Expand Down
12 changes: 7 additions & 5 deletions backend/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b51c7c

Please sign in to comment.