We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf2427 commit 00c9ccaCopy full SHA for 00c9cca
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/miekg/dns v1.1.65
14
github.com/prometheus/client_golang v1.22.0
15
go.uber.org/automaxprocs v1.6.0
16
+ golang.org/x/crypto v0.36.0
17
gopkg.in/yaml.v2 v2.4.0
18
)
19
@@ -50,7 +51,6 @@ require (
50
51
go.opentelemetry.io/otel v1.35.0 // indirect
52
go.opentelemetry.io/otel/metric v1.35.0 // indirect
53
go.opentelemetry.io/otel/trace v1.35.0 // indirect
- golang.org/x/crypto v0.36.0 // indirect
54
golang.org/x/mod v0.23.0 // indirect
55
golang.org/x/net v0.38.0 // indirect
56
golang.org/x/sync v0.12.0 // indirect
0 commit comments