guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 8ab3e897f65c4879c69d2715eef3d83c10b4ad1e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 10 23:57:30 2025 +0100
gnu: go-go-opentelemetry-io-otel: Adjust snippet.
* gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel) [source]
<snippet>: Completely remove "exports" directory.
Change-Id: Ieb7f977ccfdd7634aa60fcbdf399b35bef582828
---
gnu/packages/golang-web.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 3aa01c5a3d..0137b3149d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11553,21 +11553,9 @@ OTEL_PROPAGATORS environment variable.")
;; the longest path to go.mod first, shell snippet to
;; produce the list:
;; find . -type f -name go.mod -printf "%d %p\n" | sort -rn
- (list "exporters/otlp/otlptrace/otlptracehttp"
- "exporters/otlp/otlptrace/otlptracegrpc"
- "exporters/otlp/otlpmetric/otlpmetrichttp"
- "exporters/otlp/otlpmetric/otlpmetricgrpc"
- "exporters/otlp/otlplog/otlploghttp"
- "exporters/otlp/otlplog/otlploggrpc"
- "exporters/stdout/stdouttrace"
- "exporters/stdout/stdoutmetric"
- "exporters/stdout/stdoutlog"
- "exporters/otlp/otlptrace"
- "sdk/metric"
+ (list "sdk/metric"
"sdk/log"
"internal/tools"
- "exporters/zipkin"
- "exporters/prometheus"
"example/zipkin"
"example/prometheus"
"example/passthrough"
@@ -11578,6 +11566,7 @@ OTEL_PROPAGATORS environment variable.")
"bridge/opentracing"
"bridge/opencensus"
;; "trace" - introduces a cycle, keep it
+ "exporters"
"sdk"
"schema"
;; "metric" - introduces a cycle, keep it