@@ -8,8 +8,8 @@ require (
8
8
github.com/IBM/sarama v1.45.2
9
9
github.com/Masterminds/semver/v3 v3.4.0
10
10
github.com/blevesearch/bleve/v2 v2.5.2
11
- github.com/dgraph-io/badger/v4 v4.7 .0
12
- github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d
11
+ github.com/dgraph-io/badger/v4 v4.8 .0
12
+ github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250709182152-32901102e0d0
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
@@ -22,7 +22,7 @@ require (
22
22
github.com/dustin/go-humanize v1.0.1
23
23
github.com/go-jose/go-jose/v4 v4.1.1
24
24
github.com/go-sql-driver/mysql v1.9.3
25
- github.com/golang-jwt/jwt/v5 v5.2.2
25
+ github.com/golang-jwt/jwt/v5 v5.2.3
26
26
github.com/golang/geo v0.0.0-20250704082316-8c117c302233
27
27
github.com/golang/glog v1.2.5
28
28
github.com/golang/snappy v1.0.0
@@ -33,22 +33,22 @@ require (
33
33
github.com/graph-gophers/graphql-go v1.6.0
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.32 .0
37
- github.com/minio/minio-go/v7 v7.0.94
36
+ github.com/mark3labs/mcp-go v0.36 .0
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
41
github.com/prometheus/client_golang v1.22.0
42
42
github.com/soheilhy/cmux v0.1.5
43
43
github.com/spf13/cast v1.9.2
44
44
github.com/spf13/cobra v1.9.1
45
- github.com/spf13/pflag v1.0.6
45
+ github.com/spf13/pflag v1.0.7
46
46
github.com/spf13/viper v1.20.1
47
47
github.com/stretchr/testify v1.10.0
48
48
github.com/twpayne/go-geom v1.6.1
49
49
github.com/viterin/vek v0.4.2
50
50
github.com/xdg/scram v1.0.5
51
- go.etcd.io/etcd/raft/v3 v3.5.21
51
+ go.etcd.io/etcd/raft/v3 v3.5.22
52
52
go.opencensus.io v0.24.0
53
53
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0
54
54
go.opentelemetry.io/contrib/zpages v0.62.0
@@ -58,16 +58,16 @@ require (
58
58
go.opentelemetry.io/otel/sdk v1.37.0
59
59
go.opentelemetry.io/otel/trace v1.37.0
60
60
go.uber.org/zap v1.27.0
61
- golang.org/x/crypto v0.39 .0
62
- golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
63
- golang.org/x/mod v0.25 .0
64
- golang.org/x/net v0.41 .0
65
- golang.org/x/sync v0.15 .0
66
- golang.org/x/sys v0.33 .0
67
- golang.org/x/term v0.32 .0
68
- golang.org/x/text v0.26 .0
69
- golang.org/x/tools v0.34 .0
70
- google.golang.org/grpc v1.73.0
61
+ golang.org/x/crypto v0.40 .0
62
+ golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
63
+ golang.org/x/mod v0.26 .0
64
+ golang.org/x/net v0.42 .0
65
+ golang.org/x/sync v0.16 .0
66
+ golang.org/x/sys v0.34 .0
67
+ golang.org/x/term v0.33 .0
68
+ golang.org/x/text v0.27 .0
69
+ golang.org/x/tools v0.35 .0
70
+ google.golang.org/grpc v1.74.2
71
71
google.golang.org/protobuf v1.36.6
72
72
gopkg.in/yaml.v3 v3.0.1
73
73
)
@@ -76,6 +76,7 @@ require (
76
76
filippo.io/edwards25519 v1.1.0 // indirect
77
77
github.com/Microsoft/go-winio v0.6.2 // indirect
78
78
github.com/agnivade/levenshtein v1.2.1 // indirect
79
+ github.com/bahlo/generic-list-go v0.2.0 // indirect
79
80
github.com/beorn7/perks v1.0.1 // indirect
80
81
github.com/bits-and-blooms/bitset v1.22.0 // indirect
81
82
github.com/blevesearch/bleve_index_api v1.2.8 // indirect
@@ -84,6 +85,7 @@ require (
84
85
github.com/blevesearch/segment v0.9.1 // indirect
85
86
github.com/blevesearch/snowballstem v0.9.0 // indirect
86
87
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
88
+ github.com/buger/jsonparser v1.1.1 // indirect
87
89
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
88
90
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
89
91
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -122,14 +124,16 @@ require (
122
124
github.com/hashicorp/go-uuid v1.0.3 // indirect
123
125
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
124
126
github.com/inconshreveable/mousetrap v1.1.0 // indirect
127
+ github.com/invopop/jsonschema v0.13.0 // indirect
125
128
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
126
129
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
127
130
github.com/jcmturner/gofork v1.7.6 // indirect
128
131
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
129
132
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
130
133
github.com/json-iterator/go v1.1.12 // indirect
131
- github.com/klauspost/cpuid/v2 v2.2.10 // indirect
132
- github.com/minio/crc64nvme v1.0.1 // indirect
134
+ github.com/klauspost/cpuid/v2 v2.2.11 // indirect
135
+ github.com/mailru/easyjson v0.7.7 // indirect
136
+ github.com/minio/crc64nvme v1.0.2 // indirect
133
137
github.com/minio/md5-simd v1.1.2 // indirect
134
138
github.com/mitchellh/go-homedir v1.1.0 // indirect
135
139
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
@@ -143,7 +147,7 @@ require (
143
147
github.com/opencontainers/go-digest v1.0.0 // indirect
144
148
github.com/opencontainers/image-spec v1.1.1 // indirect
145
149
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
146
- github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
150
+ github.com/philhofer/fwd v1.2.0 // indirect
147
151
github.com/pierrec/lz4/v4 v4.1.22 // indirect
148
152
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149
153
github.com/prometheus/client_model v0.6.2 // indirect
@@ -159,6 +163,7 @@ require (
159
163
github.com/subosito/gotenv v1.6.0 // indirect
160
164
github.com/tinylib/msgp v1.3.0 // indirect
161
165
github.com/viterin/partial v1.1.0 // indirect
166
+ github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
162
167
github.com/xdg/stringprep v1.0.3 // indirect
163
168
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
164
169
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
0 commit comments