add grpc support

This commit is contained in:
2025-03-07 11:16:32 -05:00
parent 81676c5404
commit 5aa5dda111
7 changed files with 205 additions and 15 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.23.4
require (
github.com/caarlos0/env/v11 v11.3.1
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
github.com/prometheus/client_golang v1.20.5
github.com/rs/zerolog v1.33.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0