forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 975 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
module github.com/GoogleCloudPlatform/professional-services/tools/instance_mapper
go 1.16
require (
cloud.google.com/go v0.99.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v0.2.0
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211203002203-7da07c73a3dc
github.com/aws/aws-sdk-go-v2 v1.11.2
github.com/aws/aws-sdk-go-v2/config v1.11.0
github.com/aws/aws-sdk-go-v2/credentials v1.6.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.25.0
github.com/aws/aws-sdk-go-v2/service/rds v1.14.0
github.com/aws/aws-sdk-go-v2/service/sts v1.11.1
github.com/golang/glog v1.0.0
github.com/google/cel-go v0.9.0
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
google.golang.org/api v0.61.0
google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)