Skip to content

Commit 31e8f0b

Browse files
committed
Push formatting
1 parent b77e359 commit 31e8f0b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/en/blog/2024/go-contrib-removal.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ The Go SIG will remove Contrib modules that lack code owners. For each module,
1414
the removal is planned for no sooner than August 21, 2024, unless a code owner
1515
is found. The list includes the following modules:
1616

17-
- [go.opentelemetry.io/otel/detectors/aws/ec2](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ec2)
18-
- [go.opentelemetry.io/otel/detectors/aws/ecs](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ecs)
19-
- [go.opentelemetry.io/otel/detectors/aws/eks](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/eks)
20-
- [go.opentelemetry.io/otel/detectors/aws/lambda](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/lambda)
21-
- [go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda)
22-
- [go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws)
23-
- [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mhttps://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ec2ux/otelmux](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux)
24-
- [go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho)
25-
- [go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo)
26-
- [go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron)
27-
- [go.opentelemetry.io/contrib/propagators/aws](https://pkg.go.dev/go.opentelemetry.io/contrib/propagators/aws)
28-
- [go.opentelemetry.io/contrib/samplers/aws/xray](https://pkg.go.dev/go.opentelemetry.io/contrib/samplers/aws/xray)
17+
- [`go.opentelemetry.io/otel/detectors/aws/ec2`](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ec2)
18+
- [`go.opentelemetry.io/otel/detectors/aws/ecs`](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ecs)
19+
- [`go.opentelemetry.io/otel/detectors/aws/eks`](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/eks)
20+
- [`go.opentelemetry.io/otel/detectors/aws/lambda`](https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/lambda)
21+
- [`go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda)
22+
- [`go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws)
23+
- [`go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux)
24+
- [`go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho)
25+
- [`go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo)
26+
- [`go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron`](https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron)
27+
- [`go.opentelemetry.io/contrib/propagators/aws`](https://pkg.go.dev/go.opentelemetry.io/contrib/propagators/aws)
28+
- [`go.opentelemetry.io/contrib/samplers/aws/xray`](https://pkg.go.dev/go.opentelemetry.io/contrib/samplers/aws/xray)
2929

3030
For a full list of modules at risk for removal, see the
3131
[Remove unowned moduled](https://github.com/orgs/open-telemetry/projects/92/views/1)

0 commit comments

Comments
 (0)