-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 837 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 go_lang
go 1.18
require (
github.com/HsiehShuJeng/cdk-databrew-cicd-go/cdkdatabrewcicd/v2 v2.0.109
github.com/aws/aws-cdk-go/awscdk/v2 v2.72.1
github.com/aws/constructs-go/constructs/v10 v10.1.302
github.com/aws/jsii-runtime-go v1.80.0
)
require (
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.129 // indirect
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.1 // indirect
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv5/v2 v2.0.105 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/tools v0.7.0 // indirect
)