Skip to content

Commit 71dfae4

Browse files
committed
fix gomod
1 parent 0d07b7c commit 71dfae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ require (
2323
github.com/pborman/uuid v1.2.1
2424
github.com/pkg/errors v0.9.1
2525
github.com/stretchr/testify v1.10.0
26+
go.uber.org/goleak v1.3.0
2627
go.uber.org/mock v0.5.1
2728
golang.org/x/net v0.39.0
2829
golang.org/x/sync v0.13.0
@@ -156,7 +157,6 @@ require (
156157
go.opentelemetry.io/otel/trace v1.35.0 // indirect
157158
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
158159
go.uber.org/automaxprocs v1.6.0 // indirect
159-
go.uber.org/goleak v1.3.0 // indirect
160160
go.uber.org/multierr v1.11.0 // indirect
161161
go.uber.org/zap v1.27.0 // indirect
162162
golang.org/x/crypto v0.37.0 // indirect

0 commit comments

Comments
 (0)