@@ -8,21 +8,21 @@ 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
16
16
github.com/dgraph-io/ristretto/v2 v2.2.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.1 +incompatible
20
+ github.com/docker/docker v28.3.2 +incompatible
21
21
github.com/docker/go-connections v0.5.0
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,16 +33,16 @@ 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.34 .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
@@ -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.1
71
71
google.golang.org/protobuf v1.36.6
72
72
gopkg.in/yaml.v3 v3.0.1
73
73
)
@@ -128,8 +128,8 @@ require (
128
128
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
129
129
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
130
130
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
131
+ github.com/klauspost/cpuid/v2 v2.2.11 // indirect
132
+ github.com/minio/crc64nvme v1.0.2 // indirect
133
133
github.com/minio/md5-simd v1.1.2 // indirect
134
134
github.com/mitchellh/go-homedir v1.1.0 // indirect
135
135
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
@@ -143,7 +143,7 @@ require (
143
143
github.com/opencontainers/go-digest v1.0.0 // indirect
144
144
github.com/opencontainers/image-spec v1.1.1 // indirect
145
145
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
146
- github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
146
+ github.com/philhofer/fwd v1.2.0 // indirect
147
147
github.com/pierrec/lz4/v4 v4.1.22 // indirect
148
148
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149
149
github.com/prometheus/client_model v0.6.2 // indirect
0 commit comments