11module github.com/naughtygopher/goapp
22
3- go 1.22
3+ go 1.22.0
44
55require (
66 github.com/Masterminds/squirrel v1.5.4
7- github.com/bnkamalesh/errors v0.11.1
8- github.com/bnkamalesh/webgo/v7 v7.0.1
7+ github.com/exaring/otelpgx v0.8.0
98 github.com/google/uuid v1.6.0
10- github.com/jackc/pgx/v5 v5.7.1
11- github.com/prometheus/client_golang v1.20.4
12- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0
13- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
14- go.opentelemetry.io/contrib/propagators/b3 v1.30.0
15- go.opentelemetry.io/otel v1.30.0
16- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0
17- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0
18- go.opentelemetry.io/otel/exporters/prometheus v0.52.0
19- go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.30.0
20- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.30.0
21- go.opentelemetry.io/otel/metric v1.30.0
22- go.opentelemetry.io/otel/sdk v1.30.0
23- go.opentelemetry.io/otel/sdk/metric v1.30.0
24- go.opentelemetry.io/otel/trace v1.30.0
25- golang.org/x/sync v0.8.0
26- google.golang.org/grpc v1.67.1
9+ github.com/jackc/pgx/v5 v5.7.2
10+ github.com/naughtygopher/errors v1.0.1
11+ github.com/naughtygopher/proberesponder v0.6.3
12+ github.com/naughtygopher/webgo/v7 v7.0.5
13+ github.com/prometheus/client_golang v1.20.5
14+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
15+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
16+ go.opentelemetry.io/contrib/propagators/b3 v1.34.0
17+ go.opentelemetry.io/otel v1.34.0
18+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
19+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0
20+ go.opentelemetry.io/otel/exporters/prometheus v0.56.0
21+ go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.34.0
22+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0
23+ go.opentelemetry.io/otel/metric v1.34.0
24+ go.opentelemetry.io/otel/sdk v1.34.0
25+ go.opentelemetry.io/otel/sdk/metric v1.34.0
26+ go.opentelemetry.io/otel/trace v1.34.0
27+ golang.org/x/sync v0.10.0
28+ google.golang.org/grpc v1.70.0
2729)
2830
2931require (
@@ -33,24 +35,25 @@ require (
3335 github.com/felixge/httpsnoop v1.0.4 // indirect
3436 github.com/go-logr/logr v1.4.2 // indirect
3537 github.com/go-logr/stdr v1.2.2 // indirect
36- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
38+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .0 // indirect
3739 github.com/jackc/pgpassfile v1.0.0 // indirect
3840 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
3941 github.com/jackc/puddle/v2 v2.2.2 // indirect
40- github.com/klauspost/compress v1.17.10 // indirect
42+ github.com/klauspost/compress v1.17.11 // indirect
4143 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
4244 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
4345 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4446 github.com/prometheus/client_model v0.6.1 // indirect
45- github.com/prometheus/common v0.60 .0 // indirect
47+ github.com/prometheus/common v0.62 .0 // indirect
4648 github.com/prometheus/procfs v0.15.1 // indirect
47- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
48- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
49- golang.org/x/crypto v0.28.0 // indirect
50- golang.org/x/net v0.29.0 // indirect
51- golang.org/x/sys v0.26.0 // indirect
52- golang.org/x/text v0.19.0 // indirect
53- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
54- google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
55- google.golang.org/protobuf v1.34.2 // indirect
49+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
50+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
51+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
52+ golang.org/x/crypto v0.32.0 // indirect
53+ golang.org/x/net v0.34.0 // indirect
54+ golang.org/x/sys v0.29.0 // indirect
55+ golang.org/x/text v0.21.0 // indirect
56+ google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
57+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
58+ google.golang.org/protobuf v1.36.4 // indirect
5659)
0 commit comments