Commit ffe5b28 1 parent 9300855 commit ffe5b28 Copy full SHA for ffe5b28
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"fmt"
8
8
"io"
9
9
"sync"
10
+ "sync/atomic"
10
11
"time"
11
12
12
13
blocks "github.com/ipfs/go-block-format"
@@ -17,7 +18,6 @@ import (
17
18
carv2 "github.com/ipld/go-car/v2"
18
19
"github.com/multiformats/go-multicodec"
19
20
cbg "github.com/whyrusleeping/cbor-gen"
20
- "go.uber.org/atomic"
21
21
"golang.org/x/sync/errgroup"
22
22
"golang.org/x/xerrors"
23
23
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ require (
151
151
go.opentelemetry.io/otel/metric v1.28.0
152
152
go.opentelemetry.io/otel/sdk v1.28.0
153
153
go.opentelemetry.io/otel/sdk/metric v1.28.0
154
- go.uber.org/atomic v1.11.0
155
154
go.uber.org/fx v1.22.1
156
155
go.uber.org/multierr v1.11.0
157
156
go.uber.org/zap v1.27.0
@@ -328,6 +327,7 @@ require (
328
327
gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
329
328
go.dedis.ch/kyber/v4 v4.0.0-pre2.0.20240924132404-4de33740016e // indirect
330
329
go.opentelemetry.io/otel/trace v1.28.0 // indirect
330
+ go.uber.org/atomic v1.11.0 // indirect
331
331
go.uber.org/dig v1.17.1 // indirect
332
332
go.uber.org/mock v0.4.0 // indirect
333
333
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
You can’t perform that action at this time.
0 commit comments