Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce8d2 commit ea6373fCopy full SHA for ea6373f
go.mod
@@ -426,6 +426,7 @@ require (
426
github.com/yuin/goldmark-emoji v1.0.4 // indirect
427
github.com/zclconf/go-cty v1.15.1
428
github.com/zeebo/errs v1.3.0 // indirect
429
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
430
go.opentelemetry.io/contrib v1.19.0 // indirect
431
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
432
go.opentelemetry.io/otel/metric v1.33.0 // indirect
@@ -445,5 +446,3 @@ require (
445
446
kernel.org/pub/linux/libs/security/libcap/psx v1.2.73 // indirect
447
sigs.k8s.io/yaml v1.4.0 // indirect
448
)
-
449
-require go.opentelemetry.io/auto/sdk v1.1.0 // indirect
0 commit comments