mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
74380ae8a1
For some reason httpconv seems to have disappeared from 1.21, which results in a 1.21 runtime with 1.20 semconv/httpconv which seems to break some things. For now, this rolls the OTEL dependencies back to 1.20 which should fix the observability issues. We'll need to take a look at how to upgrade safely and correctly in the future. Relates to #2503.
27 lines
392 B
Text
27 lines
392 B
Text
.DS_Store
|
|
Thumbs.db
|
|
|
|
.tools/
|
|
venv/
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.so
|
|
coverage.*
|
|
go.work
|
|
go.work.sum
|
|
|
|
gen/
|
|
|
|
/example/dice/dice
|
|
/example/fib/fib
|
|
/example/fib/traces.txt
|
|
/example/jaeger/jaeger
|
|
/example/namedtracer/namedtracer
|
|
/example/otel-collector/otel-collector
|
|
/example/opencensus/opencensus
|
|
/example/passthrough/passthrough
|
|
/example/prometheus/prometheus
|
|
/example/view/view
|
|
/example/zipkin/zipkin
|