-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 1015 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
module github.com/mnahad/cloud-seed
go 1.19
require (
github.com/aws/jsii-runtime-go v1.69.0
github.com/hashicorp/cdktf-provider-google-go/google/v2 v2.0.46
github.com/hashicorp/cdktf-provider-googlebeta-go/googlebeta/v2 v2.0.46
github.com/hashicorp/cdktf-provider-null-go/null/v2 v2.0.74
github.com/hashicorp/terraform-cdk-go/cdktf v0.12.3
github.com/spf13/cobra v1.5.0
)
require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/aws/constructs-go/constructs/v10 v10.1.120 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/tools v0.1.12 // indirect
)