@@ -5,19 +5,19 @@ go 1.24.3
5
5
require (
6
6
contrib.go.opencensus.io/exporter/prometheus v0.4.2
7
7
github.com/HdrHistogram/hdrhistogram-go v1.1.2
8
- github.com/IBM/sarama v1.45.2
8
+ github.com/IBM/sarama v1.46.0
9
9
github.com/Masterminds/semver/v3 v3.4.0
10
10
github.com/blevesearch/bleve/v2 v2.5.3
11
11
github.com/dgraph-io/badger/v4 v4.8.0
12
- github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d
12
+ github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250905144349-8fb2c710b7ac
13
13
github.com/dgraph-io/gqlgen v0.13.2
14
14
github.com/dgraph-io/gqlparser/v2 v2.2.2
15
15
github.com/dgraph-io/graphql-transport-ws v0.0.0-20210511143556-2cef522f1f15
16
- github.com/dgraph-io/ristretto/v2 v2.2 .0
16
+ github.com/dgraph-io/ristretto/v2 v2.3 .0
17
17
github.com/dgraph-io/simdjson-go v0.3.0
18
18
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
19
19
github.com/dgryski/go-groupvarint v0.0.0-20230630160417-2bfb7969fb3c
20
- github.com/docker/docker v28.3.3 +incompatible
20
+ github.com/docker/docker v28.4.0 +incompatible
21
21
github.com/docker/go-connections v0.6.0
22
22
github.com/dustin/go-humanize v1.0.1
23
23
github.com/go-jose/go-jose/v4 v4.1.2
@@ -30,45 +30,45 @@ require (
30
30
github.com/google/go-cmp v0.7.0
31
31
github.com/google/uuid v1.6.0
32
32
github.com/gorilla/websocket v1.5.3
33
- github.com/graph-gophers/graphql-go v1.6.0
34
- github.com/hashicorp/vault/api v1.20 .0
33
+ github.com/graph-gophers/graphql-go v1.7.2
34
+ github.com/hashicorp/vault/api v1.21 .0
35
35
github.com/klauspost/compress v1.18.0
36
- github.com/mark3labs/mcp-go v0.37.0
36
+ github.com/mark3labs/mcp-go v0.39.1
37
37
github.com/minio/minio-go/v7 v7.0.95
38
38
github.com/paulmach/go.geojson v1.5.0
39
39
github.com/pkg/errors v0.9.1
40
40
github.com/pkg/profile v1.7.0
41
- github.com/prometheus/client_golang v1.23.0
41
+ github.com/prometheus/client_golang v1.23.2
42
42
github.com/soheilhy/cmux v0.1.5
43
43
github.com/spf13/cast v1.9.2
44
- github.com/spf13/cobra v1.9 .1
45
- github.com/spf13/pflag v1.0.7
44
+ github.com/spf13/cobra v1.10 .1
45
+ github.com/spf13/pflag v1.0.10
46
46
github.com/spf13/viper v1.20.1
47
- github.com/stretchr/testify v1.10.0
47
+ github.com/stretchr/testify v1.11.1
48
48
github.com/twpayne/go-geom v1.6.1
49
49
github.com/viterin/vek v0.4.3
50
50
github.com/xdg/scram v1.0.5
51
51
go.etcd.io/etcd/raft/v3 v3.5.22
52
52
go.opencensus.io v0.24.0
53
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62 .0
54
- go.opentelemetry.io/contrib/zpages v0.62 .0
55
- go.opentelemetry.io/otel v1.37 .0
56
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37 .0
57
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37 .0
58
- go.opentelemetry.io/otel/sdk v1.37 .0
59
- go.opentelemetry.io/otel/trace v1.37 .0
53
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63 .0
54
+ go.opentelemetry.io/contrib/zpages v0.63 .0
55
+ go.opentelemetry.io/otel v1.38 .0
56
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38 .0
57
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38 .0
58
+ go.opentelemetry.io/otel/sdk v1.38 .0
59
+ go.opentelemetry.io/otel/trace v1.38 .0
60
60
go.uber.org/zap v1.27.0
61
61
golang.org/x/crypto v0.41.0
62
62
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
63
- golang.org/x/mod v0.27 .0
63
+ golang.org/x/mod v0.28 .0
64
64
golang.org/x/net v0.43.0
65
- golang.org/x/sync v0.16 .0
66
- golang.org/x/sys v0.35 .0
67
- golang.org/x/term v0.34 .0
68
- golang.org/x/text v0.28 .0
65
+ golang.org/x/sync v0.17 .0
66
+ golang.org/x/sys v0.36 .0
67
+ golang.org/x/term v0.35 .0
68
+ golang.org/x/text v0.29 .0
69
69
golang.org/x/tools v0.36.0
70
- google.golang.org/grpc v1.74.2
71
- google.golang.org/protobuf v1.36.7
70
+ google.golang.org/grpc v1.75.0
71
+ google.golang.org/protobuf v1.36.8
72
72
gopkg.in/yaml.v3 v3.0.1
73
73
)
74
74
@@ -87,7 +87,7 @@ require (
87
87
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
88
88
github.com/buger/jsonparser v1.1.1 // indirect
89
89
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
90
- github.com/cenkalti/backoff/v5 v5.0.2 // indirect
90
+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
91
91
github.com/cespare/xxhash/v2 v2.3.0 // indirect
92
92
github.com/chewxy/math32 v1.11.1 // indirect
93
93
github.com/containerd/errdefs v1.0.0 // indirect
@@ -112,11 +112,11 @@ require (
112
112
github.com/golang/protobuf v1.5.4 // indirect
113
113
github.com/google/flatbuffers v25.2.10+incompatible // indirect
114
114
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
115
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
115
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
116
116
github.com/hashicorp/errwrap v1.1.0 // indirect
117
117
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
118
118
github.com/hashicorp/go-multierror v1.1.1 // indirect
119
- github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
119
+ github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
120
120
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
121
121
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
122
122
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -151,7 +151,7 @@ require (
151
151
github.com/pierrec/lz4/v4 v4.1.22 // indirect
152
152
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
153
153
github.com/prometheus/client_model v0.6.2 // indirect
154
- github.com/prometheus/common v0.65.0 // indirect
154
+ github.com/prometheus/common v0.66.1 // indirect
155
155
github.com/prometheus/procfs v0.16.1 // indirect
156
156
github.com/prometheus/statsd_exporter v0.28.0 // indirect
157
157
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
@@ -168,12 +168,13 @@ require (
168
168
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
169
169
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
170
170
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
171
- go.opentelemetry.io/otel/metric v1.37 .0 // indirect
172
- go.opentelemetry.io/proto/otlp v1.7.0 // indirect
171
+ go.opentelemetry.io/otel/metric v1.38 .0 // indirect
172
+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
173
173
go.uber.org/multierr v1.11.0 // indirect
174
- golang.org/x/time v0.11.0 // indirect
175
- google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
176
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
174
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
175
+ golang.org/x/time v0.12.0 // indirect
176
+ google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
177
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
177
178
gopkg.in/yaml.v2 v2.4.0 // indirect
178
179
gotest.tools/v3 v3.5.2 // indirect
179
180
)
0 commit comments