-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
30 lines (27 loc) · 1003 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module go.einride.tech/aip-cli
go 1.23
require (
cloud.google.com/go/iam v1.2.1
github.com/google/cel-go v0.21.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stoewer/go-strcase v1.3.0
go.einride.tech/aip v0.68.0
golang.org/x/oauth2 v0.23.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
gotest.tools/v3 v3.5.1
)
require (
cloud.google.com/go/compute/metadata v0.5.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
)