@@ -5,7 +5,7 @@ go 1.25.0
55require (
66 cloud.google.com/go v0.123.0
77 cloud.google.com/go/aiplatform v1.121.0
8- cloud.google.com/go/storage v1.56.1
8+ cloud.google.com/go/storage v1.59.0
99 github.com/a2aproject/a2a-go v0.3.13
1010 github.com/awalterschulze/gographviz v2.0.3+incompatible
1111 github.com/glebarez/sqlite v1.8.0
@@ -16,7 +16,7 @@ require (
1616 github.com/gorilla/mux v1.8.1
1717 github.com/mitchellh/mapstructure v1.5.0
1818 github.com/modelcontextprotocol/go-sdk v1.4.1
19- github.com/spf13/cobra v1.8 .1
19+ github.com/spf13/cobra v1.9 .1
2020 go.opentelemetry.io/contrib/detectors/gcp v1.40.0
2121 go.opentelemetry.io/otel v1.40.0
2222 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0
@@ -36,7 +36,27 @@ require (
3636 rsc.io/ordered v1.1.1
3737)
3838
39- require github.com/hashicorp/golang-lru/v2 v2.0.7
39+ require (
40+ cloud.google.com/go/bigquery v1.73.1
41+ github.com/apache/arrow-go/v18 v18.5.2
42+ github.com/hashicorp/golang-lru/v2 v2.0.7
43+ )
44+
45+ require (
46+ github.com/apache/arrow/go/v15 v15.0.2 // indirect
47+ github.com/goccy/go-json v0.10.5 // indirect
48+ github.com/google/flatbuffers v25.12.19+incompatible // indirect
49+ github.com/klauspost/compress v1.18.4 // indirect
50+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
51+ github.com/ncruces/go-strftime v1.0.0 // indirect
52+ github.com/pierrec/lz4/v4 v4.1.25 // indirect
53+ github.com/zeebo/xxh3 v1.1.0 // indirect
54+ golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
55+ golang.org/x/mod v0.33.0 // indirect
56+ golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
57+ golang.org/x/tools v0.42.0 // indirect
58+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
59+ )
4060
4161require (
4262 cel.dev/expr v0.25.1 // indirect
@@ -47,8 +67,8 @@ require (
4767 cloud.google.com/go/longrunning v0.8.0 // indirect
4868 cloud.google.com/go/monitoring v1.24.3 // indirect
4969 github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
50- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53 .0 // indirect
51- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53 .0 // indirect
70+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54 .0 // indirect
71+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54 .0 // indirect
5272 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5373 github.com/cespare/xxhash/v2 v2.3.0 // indirect
5474 github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
@@ -68,7 +88,7 @@ require (
6888 github.com/inconshreveable/mousetrap v1.1.0 // indirect
6989 github.com/jinzhu/inflection v1.0.0 // indirect
7090 github.com/jinzhu/now v1.1.5 // indirect
71- github.com/mattn/go-isatty v0.0.17 // indirect
91+ github.com/mattn/go-isatty v0.0.20 // indirect
7292 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
7393 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
7494 github.com/segmentio/asm v1.1.3 // indirect
@@ -91,9 +111,9 @@ require (
91111 golang.org/x/time v0.15.0 // indirect
92112 google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d // indirect
93113 google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
94- google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect
95- modernc.org/libc v1.22.3 // indirect
96- modernc.org/mathutil v1.5.0 // indirect
97- modernc.org/memory v1.5 .0 // indirect
98- modernc.org/sqlite v1.21 .1 // indirect
114+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5
115+ modernc.org/libc v1.67.6 // indirect
116+ modernc.org/mathutil v1.7.1 // indirect
117+ modernc.org/memory v1.11 .0 // indirect
118+ modernc.org/sqlite v1.46 .1 // indirect
99119)
0 commit comments