ekko: add gzip, move recover middleware to run early

This commit is contained in:
2024-09-21 00:53:10 -07:00
parent 3f3fb29bc9
commit d6a77f4003
4 changed files with 16 additions and 25 deletions

5
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/oklog/ulid/v2 v2.1.0
github.com/prometheus/client_golang v1.20.4
github.com/remychantenay/slog-otel v1.3.2
github.com/samber/slog-echo v1.14.6
github.com/samber/slog-echo v1.14.7
github.com/segmentio/kafka-go v0.4.47
github.com/spf13/cobra v1.8.1
go.opentelemetry.io/contrib/exporters/autoexport v0.55.0
@@ -22,7 +22,7 @@ require (
go.opentelemetry.io/otel/trace v1.30.0
golang.org/x/mod v0.21.0
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.66.2
google.golang.org/grpc v1.67.0
)
require (
@@ -65,7 +65,6 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.30.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect