|
1 | 1 | module github.com/naughtygopher/goapp |
2 | 2 |
|
3 | | -go 1.22.0 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.24.4 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/Masterminds/squirrel v1.5.4 |
7 | | - github.com/exaring/otelpgx v0.8.0 |
| 9 | + github.com/exaring/otelpgx v0.9.3 |
8 | 10 | github.com/google/uuid v1.6.0 |
9 | | - github.com/jackc/pgx/v5 v5.7.2 |
10 | | - github.com/naughtygopher/errors v1.0.1 |
| 11 | + github.com/jackc/pgx/v5 v5.7.5 |
| 12 | + github.com/naughtygopher/errors v1.3.1 |
11 | 13 | github.com/naughtygopher/proberesponder v0.6.3 |
12 | 14 | 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 |
| 15 | + github.com/prometheus/client_golang v1.22.0 |
| 16 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 |
| 17 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 |
| 18 | + go.opentelemetry.io/contrib/propagators/b3 v1.37.0 |
| 19 | + go.opentelemetry.io/otel v1.37.0 |
| 20 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 |
| 21 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 |
| 22 | + go.opentelemetry.io/otel/exporters/prometheus v0.59.0 |
| 23 | + go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.37.0 |
| 24 | + go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 |
| 25 | + go.opentelemetry.io/otel/metric v1.37.0 |
| 26 | + go.opentelemetry.io/otel/sdk v1.37.0 |
| 27 | + go.opentelemetry.io/otel/sdk/metric v1.37.0 |
| 28 | + go.opentelemetry.io/otel/trace v1.37.0 |
| 29 | + golang.org/x/sync v0.15.0 |
| 30 | + google.golang.org/grpc v1.73.0 |
29 | 31 | ) |
30 | 32 |
|
31 | 33 | require ( |
32 | 34 | github.com/beorn7/perks v1.0.1 // indirect |
33 | 35 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 36 | + github.com/cenkalti/backoff/v5 v5.0.2 // indirect |
34 | 37 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
35 | 38 | github.com/felixge/httpsnoop v1.0.4 // indirect |
36 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 39 | + github.com/go-logr/logr v1.4.3 // indirect |
37 | 40 | github.com/go-logr/stdr v1.2.2 // indirect |
38 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect |
| 41 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect |
39 | 42 | github.com/jackc/pgpassfile v1.0.0 // indirect |
40 | 43 | github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
41 | 44 | github.com/jackc/puddle/v2 v2.2.2 // indirect |
42 | | - github.com/klauspost/compress v1.17.11 // indirect |
| 45 | + github.com/klauspost/compress v1.18.0 // indirect |
43 | 46 | github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
44 | 47 | github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
45 | 48 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
46 | | - github.com/prometheus/client_model v0.6.1 // indirect |
47 | | - github.com/prometheus/common v0.62.0 // indirect |
48 | | - github.com/prometheus/procfs v0.15.1 // indirect |
| 49 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 50 | + github.com/prometheus/common v0.65.0 // indirect |
| 51 | + github.com/prometheus/procfs v0.17.0 // indirect |
49 | 52 | 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 |
| 53 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect |
| 54 | + go.opentelemetry.io/proto/otlp v1.7.0 // indirect |
| 55 | + golang.org/x/crypto v0.39.0 // indirect |
| 56 | + golang.org/x/net v0.41.0 // indirect |
| 57 | + golang.org/x/sys v0.33.0 // indirect |
| 58 | + golang.org/x/text v0.26.0 // indirect |
| 59 | + google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect |
| 60 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
| 61 | + google.golang.org/protobuf v1.36.6 // indirect |
59 | 62 | ) |
0 commit comments