-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.23 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.23 KB
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
31
32
33
module github.com/kopkunka55/appsyncgen
go 1.19
require (
github.com/aws/aws-cdk-go/awscdk/v2 v2.61.1
github.com/aws/constructs-go/constructs/v10 v10.1.216
github.com/aws/jsii-runtime-go v1.73.0
github.com/briandowns/spinner v1.20.0
github.com/fatih/color v1.14.1
github.com/urfave/cli/v2 v2.23.7
github.com/vektah/gqlparser v1.3.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.49 // 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.38 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/tools v0.4.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)