File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
15
15
github.com/prometheus/client_golang v1.19.1
16
16
github.com/urfave/cli/v2 v2.26.0
17
17
go.opentelemetry.io/otel v1.21.0
18
+ go.uber.org/atomic v1.11.0
18
19
golang.org/x/sync v0.7.0
19
20
golang.org/x/time v0.5.0
20
21
)
@@ -100,10 +101,11 @@ require (
100
101
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
101
102
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c // indirect
102
103
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
104
+ gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
105
+ gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
103
106
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
104
107
go.opentelemetry.io/otel/metric v1.21.0 // indirect
105
108
go.opentelemetry.io/otel/trace v1.21.0 // indirect
106
- go.uber.org/atomic v1.11.0 // indirect
107
109
go.uber.org/multierr v1.11.0 // indirect
108
110
go.uber.org/zap v1.26.0 // indirect
109
111
golang.org/x/crypto v0.22.0 // indirect
You can’t perform that action at this time.
0 commit comments