|
1 | 1 | module github.com/hasura/ndc-codegen-duplicated-proc |
2 | 2 |
|
3 | | -go 1.24.12 |
| 3 | +go 1.26 |
4 | 4 |
|
5 | 5 | require github.com/hasura/ndc-sdk-go/v2 v2.0.0 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/Masterminds/semver/v3 v3.4.0 // indirect |
9 | | - github.com/alecthomas/kong v1.12.1 // indirect |
| 8 | + github.com/Masterminds/semver/v3 v3.5.0 // indirect |
| 9 | + github.com/alecthomas/kong v1.15.0 // indirect |
10 | 10 | github.com/beorn7/perks v1.0.1 // indirect |
11 | 11 | github.com/cenkalti/backoff/v5 v5.0.3 // indirect |
12 | 12 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
13 | 13 | github.com/go-logr/logr v1.4.3 // indirect |
14 | 14 | github.com/go-logr/stdr v1.2.2 // indirect |
15 | | - github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
| 15 | + github.com/go-viper/mapstructure/v2 v2.5.0 // indirect |
16 | 16 | github.com/google/uuid v1.6.0 // indirect |
17 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect |
18 | | - github.com/klauspost/compress v1.18.0 // indirect |
| 17 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect |
| 18 | + github.com/hasura/gotel v0.8.1 // indirect |
| 19 | + github.com/klauspost/compress v1.18.6 // indirect |
19 | 20 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
20 | 21 | github.com/prometheus/client_golang v1.23.2 // indirect |
21 | 22 | github.com/prometheus/client_model v0.6.2 // indirect |
22 | | - github.com/prometheus/common v0.66.1 // indirect |
| 23 | + github.com/prometheus/common v0.68.1 // indirect |
23 | 24 | github.com/prometheus/otlptranslator v1.0.0 // indirect |
24 | | - github.com/prometheus/procfs v0.17.0 // indirect |
| 25 | + github.com/prometheus/procfs v0.20.1 // indirect |
25 | 26 | go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
26 | | - go.opentelemetry.io/contrib/bridges/otelslog v0.13.0 // indirect |
27 | | - go.opentelemetry.io/contrib/propagators/b3 v1.38.0 // indirect |
28 | | - go.opentelemetry.io/otel v1.38.0 // indirect |
29 | | - go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect |
30 | | - go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 // indirect |
31 | | - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0 // indirect |
32 | | - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect |
33 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect |
34 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect |
35 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect |
36 | | - go.opentelemetry.io/otel/exporters/prometheus v0.60.0 // indirect |
37 | | - go.opentelemetry.io/otel/log v0.14.0 // indirect |
38 | | - go.opentelemetry.io/otel/metric v1.38.0 // indirect |
39 | | - go.opentelemetry.io/otel/sdk v1.38.0 // indirect |
40 | | - go.opentelemetry.io/otel/sdk/log v0.14.0 // indirect |
41 | | - go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect |
42 | | - go.opentelemetry.io/otel/trace v1.38.0 // indirect |
43 | | - go.opentelemetry.io/proto/otlp v1.8.0 // indirect |
44 | | - go.yaml.in/yaml/v2 v2.4.3 // indirect |
45 | | - golang.org/x/net v0.44.0 // indirect |
46 | | - golang.org/x/sys v0.36.0 // indirect |
47 | | - golang.org/x/text v0.29.0 // indirect |
48 | | - google.golang.org/genproto/googleapis/api v0.0.0-20250922171735-9219d122eba9 // indirect |
49 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect |
50 | | - google.golang.org/grpc v1.75.1 // indirect |
51 | | - google.golang.org/protobuf v1.36.9 // indirect |
| 27 | + go.opentelemetry.io/contrib/bridges/otelslog v0.19.0 // indirect |
| 28 | + go.opentelemetry.io/contrib/propagators/b3 v1.44.0 // indirect |
| 29 | + go.opentelemetry.io/otel v1.44.0 // indirect |
| 30 | + go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0 // indirect |
| 31 | + go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.20.0 // indirect |
| 32 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 // indirect |
| 33 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 // indirect |
| 34 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect |
| 35 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect |
| 36 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 // indirect |
| 37 | + go.opentelemetry.io/otel/exporters/prometheus v0.66.0 // indirect |
| 38 | + go.opentelemetry.io/otel/log v0.20.0 // indirect |
| 39 | + go.opentelemetry.io/otel/metric v1.44.0 // indirect |
| 40 | + go.opentelemetry.io/otel/sdk v1.44.0 // indirect |
| 41 | + go.opentelemetry.io/otel/sdk/log v0.20.0 // indirect |
| 42 | + go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect |
| 43 | + go.opentelemetry.io/otel/trace v1.44.0 // indirect |
| 44 | + go.opentelemetry.io/proto/otlp v1.10.0 // indirect |
| 45 | + go.yaml.in/yaml/v2 v2.4.4 // indirect |
| 46 | + golang.org/x/net v0.55.0 // indirect |
| 47 | + golang.org/x/sys v0.46.0 // indirect |
| 48 | + golang.org/x/text v0.38.0 // indirect |
| 49 | + google.golang.org/genproto/googleapis/api v0.0.0-20260608224507-4308a22a1bab // indirect |
| 50 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260608224507-4308a22a1bab // indirect |
| 51 | + google.golang.org/grpc v1.81.1 // indirect |
| 52 | + google.golang.org/protobuf v1.36.11 // indirect |
52 | 53 | ) |
53 | 54 |
|
54 | 55 | replace github.com/hasura/ndc-sdk-go/v2 => ../../../../../../../ |
0 commit comments