Skip to content

Commit

Permalink
Add required go.uber.org/zap to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck authored and manno committed Jul 3, 2024
1 parent 207bccc commit 3394e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.31.0
go.uber.org/mock v0.4.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.24.0
golang.org/x/sync v0.7.0
gopkg.in/go-playground/webhooks.v5 v5.17.0
Expand Down Expand Up @@ -220,7 +221,6 @@ require (
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
Expand Down

0 comments on commit 3394e0e

Please sign in to comment.