| module cloud.google.com/go/agentplatform |
| |
| go 1.25.0 |
| |
| require ( |
| github.com/google/go-cmp v0.7.0 |
| google.golang.org/genai v1.56.0 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.123.0 // indirect |
| cloud.google.com/go/auth v0.20.0 // indirect |
| cloud.google.com/go/compute/metadata v0.9.0 // indirect |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| github.com/felixge/httpsnoop v1.0.4 // indirect |
| github.com/go-logr/logr v1.4.3 // indirect |
| github.com/go-logr/stdr v1.2.2 // indirect |
| github.com/google/s2a-go v0.1.9 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.3.15 // indirect |
| github.com/googleapis/gax-go/v2 v2.22.0 // indirect |
| github.com/gorilla/websocket v1.5.3 // indirect |
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect |
| go.opentelemetry.io/otel v1.43.0 // indirect |
| go.opentelemetry.io/otel/metric v1.43.0 // indirect |
| go.opentelemetry.io/otel/trace v1.43.0 // indirect |
| golang.org/x/crypto v0.50.0 // indirect |
| golang.org/x/net v0.53.0 // indirect |
| golang.org/x/sys v0.43.0 // indirect |
| golang.org/x/text v0.36.0 // indirect |
| google.golang.org/api v0.278.0 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // indirect |
| google.golang.org/grpc v1.81.0 // indirect |
| google.golang.org/protobuf v1.36.11 // indirect |
| ) |