@@ -5,36 +5,36 @@ 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.46.1
8+ github.com/IBM/sarama v1.46.3
99 github.com/Masterminds/semver/v3 v3.4.0
10- github.com/blevesearch/bleve/v2 v2.5.2
10+ github.com/blevesearch/bleve/v2 v2.5.4
1111 github.com/dgraph-io/badger/v4 v4.8.0
12- github.com/dgraph-io/dgo/v250 v250.0.0-preview7
12+ github.com/dgraph-io/dgo/v250 v250.0.0
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
1616 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.4.0 +incompatible
20+ github.com/docker/docker v28.5.1 +incompatible
2121 github.com/docker/go-connections v0.6.0
2222 github.com/dustin/go-humanize v1.0.1
23- github.com/go-jose/go-jose/v4 v4.1.2
23+ github.com/go-jose/go-jose/v4 v4.1.3
2424 github.com/go-sql-driver/mysql v1.9.3
2525 github.com/golang-jwt/jwt/v5 v5.3.0
26- github.com/golang/geo v0.0.0-20250813021530-247f39904721
26+ github.com/golang/geo v0.0.0-20251030142647-5906ab3d21fa
2727 github.com/golang/glog v1.2.5
2828 github.com/golang/snappy v1.0.0
2929 github.com/google/codesearch v1.2.0
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
3333 github.com/graph-gophers/graphql-go v1.8.0
34- github.com/hashicorp/vault/api v1.21 .0
35- github.com/klauspost/compress v1.18.0
36- github.com/mark3labs/mcp-go v0.41 .0
37- github.com/minio/minio-go/v7 v7.0.95
34+ github.com/hashicorp/vault/api v1.22 .0
35+ github.com/klauspost/compress v1.18.1
36+ github.com/mark3labs/mcp-go v0.43 .0
37+ github.com/minio/minio-go/v7 v7.0.97
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
@@ -48,7 +48,7 @@ require (
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.23
51+ go.etcd.io/etcd/raft/v3 v3.5.24
5252 go.opencensus.io v0.24.0
5353 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
5454 go.opentelemetry.io/contrib/zpages v0.63.0
@@ -58,17 +58,17 @@ require (
5858 go.opentelemetry.io/otel/sdk v1.38.0
5959 go.opentelemetry.io/otel/trace v1.38.0
6060 go.uber.org/zap v1.27.0
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
61+ golang.org/x/crypto v0.43 .0
62+ golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
63+ golang.org/x/mod v0.29 .0
64+ golang.org/x/net v0.46 .0
6565 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
66+ golang.org/x/sys v0.37 .0
67+ golang.org/x/term v0.36 .0
68+ golang.org/x/text v0.30 .0
69+ golang.org/x/tools v0.38 .0
70+ google.golang.org/grpc v1.76.0
71+ google.golang.org/protobuf v1.36.10
7272 gopkg.in/yaml.v3 v3.0.1
7373)
7474
@@ -79,7 +79,7 @@ require (
7979 github.com/bahlo/generic-list-go v0.2.0 // indirect
8080 github.com/beorn7/perks v1.0.1 // indirect
8181 github.com/bits-and-blooms/bitset v1.22.0 // indirect
82- github.com/blevesearch/bleve_index_api v1.2.8 // indirect
82+ github.com/blevesearch/bleve_index_api v1.2.10 // indirect
8383 github.com/blevesearch/geo v0.2.4 // indirect
8484 github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
8585 github.com/blevesearch/segment v0.9.1 // indirect
@@ -106,7 +106,6 @@ require (
106106 github.com/go-logr/logr v1.4.3 // indirect
107107 github.com/go-logr/stdr v1.2.2 // indirect
108108 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
109- github.com/goccy/go-json v0.10.5 // indirect
110109 github.com/gogo/protobuf v1.3.2 // indirect
111110 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
112111 github.com/golang/protobuf v1.5.4 // indirect
@@ -132,8 +131,9 @@ require (
132131 github.com/jcmturner/rpc/v2 v2.0.3 // indirect
133132 github.com/json-iterator/go v1.1.12 // indirect
134133 github.com/klauspost/cpuid/v2 v2.2.11 // indirect
134+ github.com/klauspost/crc32 v1.3.0 // indirect
135135 github.com/mailru/easyjson v0.7.7 // indirect
136- github.com/minio/crc64nvme v1.0.2 // indirect
136+ github.com/minio/crc64nvme v1.1.0 // indirect
137137 github.com/minio/md5-simd v1.1.2 // indirect
138138 github.com/mitchellh/go-homedir v1.1.0 // indirect
139139 github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
0 commit comments