Skip to content

Commit

Permalink
fix(deps): update module go.uber.org/zap to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent eec2945 commit d3cd613
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/shopspring/decimal v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/slack-go/slack v0.11.4 // indirect
github.com/stretchr/testify v1.8.0
go.uber.org/zap v1.23.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.25.0
gonum.org/v1/gonum v0.12.0
)

Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/vegaprotocol/go-slip10 v0.1.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net v0.1.0 // indirect
Expand Down
Loading

0 comments on commit d3cd613

Please sign in to comment.