Skip to content

Commit f48f808

Browse files
committed
tidy
1 parent 5b3e24d commit f48f808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ require (
1515
github.com/prometheus/client_golang v1.19.1
1616
github.com/urfave/cli/v2 v2.26.0
1717
go.opentelemetry.io/otel v1.21.0
18+
go.uber.org/atomic v1.11.0
1819
golang.org/x/sync v0.7.0
1920
golang.org/x/time v0.5.0
2021
)
@@ -100,10 +101,11 @@ require (
100101
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
101102
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c // indirect
102103
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
103106
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
104107
go.opentelemetry.io/otel/metric v1.21.0 // indirect
105108
go.opentelemetry.io/otel/trace v1.21.0 // indirect
106-
go.uber.org/atomic v1.11.0 // indirect
107109
go.uber.org/multierr v1.11.0 // indirect
108110
go.uber.org/zap v1.26.0 // indirect
109111
golang.org/x/crypto v0.22.0 // indirect

0 commit comments

Comments
 (0)