@@ -5,19 +5,19 @@ go 1.24.3
55require (
66 contrib.go.opencensus.io/exporter/prometheus v0.4.2
77 github.com/HdrHistogram/hdrhistogram-go v1.1.2
8- github.com/IBM/sarama v1.45.2
8+ github.com/IBM/sarama v1.46.1
99 github.com/Masterminds/semver/v3 v3.4.0
1010 github.com/blevesearch/bleve/v2 v2.5.3
1111 github.com/dgraph-io/badger/v4 v4.8.0
12- github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250920053640-1e130664dcf9
12+ github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20251001031539-c5607f0af3d0
1313 github.com/dgraph-io/gqlgen v0.13.2
1414 github.com/dgraph-io/gqlparser/v2 v2.2.2
1515 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
1717 github.com/dgraph-io/simdjson-go v0.3.0
1818 github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
1919 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
2121 github.com/docker/go-connections v0.6.0
2222 github.com/dustin/go-humanize v1.0.1
2323 github.com/go-jose/go-jose/v4 v4.1.2
@@ -30,45 +30,45 @@ require (
3030 github.com/google/go-cmp v0.7.0
3131 github.com/google/uuid v1.6.0
3232 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.8 .0
34+ github.com/hashicorp/vault/api v1.21 .0
3535 github.com/klauspost/compress v1.18.0
36- github.com/mark3labs/mcp-go v0.37 .0
36+ github.com/mark3labs/mcp-go v0.41 .0
3737 github.com/minio/minio-go/v7 v7.0.95
3838 github.com/paulmach/go.geojson v1.5.0
3939 github.com/pkg/errors v0.9.1
4040 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
4242 github.com/soheilhy/cmux v0.1.5
43- github.com/spf13/cast v1.9.2
44- github.com/spf13/cobra v1.9 .1
45- github.com/spf13/pflag v1.0.7
46- github.com/spf13/viper v1.20.1
47- github.com/stretchr/testify v1.10.0
43+ github.com/spf13/cast v1.10.0
44+ github.com/spf13/cobra v1.10 .1
45+ github.com/spf13/pflag v1.0.10
46+ github.com/spf13/viper v1.21.0
47+ github.com/stretchr/testify v1.11.1
4848 github.com/twpayne/go-geom v1.6.1
4949 github.com/viterin/vek v0.4.3
5050 github.com/xdg/scram v1.0.5
51- go.etcd.io/etcd/raft/v3 v3.5.22
51+ go.etcd.io/etcd/raft/v3 v3.5.23
5252 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
6060 go.uber.org/zap v1.27.0
61- golang.org/x/crypto v0.41 .0
62- golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
63- golang.org/x/mod v0.27 .0
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
69- golang.org/x/tools v0.36 .0
70- google.golang.org/grpc v1.74.2
71- google.golang.org/protobuf v1.36.7
61+ golang.org/x/crypto v0.42 .0
62+ golang.org/x/exp v0.0.0-20250911091902-df9299821621
63+ golang.org/x/mod v0.28 .0
64+ golang.org/x/net v0.44 .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+ golang.org/x/tools v0.37 .0
70+ google.golang.org/grpc v1.75.1
71+ google.golang.org/protobuf v1.36.9
7272 gopkg.in/yaml.v3 v3.0.1
7373)
7474
@@ -87,7 +87,7 @@ require (
8787 github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
8888 github.com/buger/jsonparser v1.1.1 // indirect
8989 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
9191 github.com/cespare/xxhash/v2 v2.3.0 // indirect
9292 github.com/chewxy/math32 v1.11.1 // indirect
9393 github.com/containerd/errdefs v1.0.0 // indirect
@@ -105,18 +105,18 @@ require (
105105 github.com/go-ini/ini v1.67.0 // indirect
106106 github.com/go-logr/logr v1.4.3 // indirect
107107 github.com/go-logr/stdr v1.2.2 // indirect
108- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
108+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
109109 github.com/goccy/go-json v0.10.5 // indirect
110110 github.com/gogo/protobuf v1.3.2 // indirect
111111 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
112112 github.com/golang/protobuf v1.5.4 // indirect
113113 github.com/google/flatbuffers v25.2.10+incompatible // indirect
114114 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
116116 github.com/hashicorp/errwrap v1.1.0 // indirect
117117 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
118118 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
120120 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
121121 github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
122122 github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -151,15 +151,15 @@ require (
151151 github.com/pierrec/lz4/v4 v4.1.22 // indirect
152152 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
153153 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
155155 github.com/prometheus/procfs v0.16.1 // indirect
156156 github.com/prometheus/statsd_exporter v0.28.0 // indirect
157157 github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
158158 github.com/rs/xid v1.6.0 // indirect
159159 github.com/ryanuber/go-glob v1.0.0 // indirect
160- github.com/sagikazarmark/locafero v0.9 .0 // indirect
161- github.com/sourcegraph/conc v0.3.0 // indirect
162- github.com/spf13/afero v1.14 .0 // indirect
160+ github.com/sagikazarmark/locafero v0.11 .0 // indirect
161+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
162+ github.com/spf13/afero v1.15 .0 // indirect
163163 github.com/subosito/gotenv v1.6.0 // indirect
164164 github.com/tinylib/msgp v1.3.0 // indirect
165165 github.com/viterin/partial v1.1.0 // indirect
@@ -168,12 +168,14 @@ require (
168168 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
169169 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
170170 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
173173 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+ go.yaml.in/yaml/v3 v3.0.4 // indirect
176+ golang.org/x/time v0.12.0 // indirect
177+ google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
178+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
177179 gopkg.in/yaml.v2 v2.4.0 // indirect
178180 gotest.tools/v3 v3.5.2 // indirect
179181)
0 commit comments