@@ -5,15 +5,15 @@ 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.20250820074315-d609f438f492
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
@@ -30,10 +30,10 @@ 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
33
+ github.com/graph-gophers/graphql-go v1.7.1
34
34
github.com/hashicorp/vault/api v1.20.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.38 .0
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
@@ -44,31 +44,31 @@ require (
44
44
github.com/spf13/cobra v1.9.1
45
45
github.com/spf13/pflag v1.0.7
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
- golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
62
+ golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
63
63
golang.org/x/mod v0.27.0
64
64
golang.org/x/net v0.43.0
65
65
golang.org/x/sync v0.16.0
66
66
golang.org/x/sys v0.35.0
67
67
golang.org/x/term v0.34.0
68
68
golang.org/x/text v0.28.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,7 +112,7 @@ 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
@@ -168,12 +168,12 @@ 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
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
175
+ google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
176
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
177
177
gopkg.in/yaml.v2 v2.4.0 // indirect
178
178
gotest.tools/v3 v3.5.2 // indirect
179
179
)
0 commit comments