-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 733 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/a2aproject/a2a-go/v2
go 1.24.4
require (
github.com/a2aproject/a2a-go v0.3.14-0.20260404065426-6a9878f8f8a8
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/spf13/cobra v1.10.2
golang.org/x/mod v0.33.0
golang.org/x/sync v0.19.0
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.79.3
google.golang.org/protobuf v1.36.10
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)