File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/aws/aws-sdk-go v1.30.12
77 github.com/coreos/go-semver v0.2.0
8+ github.com/gabriel-vasile/mimetype v1.1.1
89 github.com/google/go-cmp v0.3.1
910 github.com/google/uuid v1.1.1
1011 github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02
@@ -28,6 +29,5 @@ require (
2829 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
2930 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3031 gopkg.in/yaml.v2 v2.2.2
31- github.com/gabriel-vasile/mimetype v1.1.1
3232
3333)
Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ func GetRegistry() Registry {
1818 "github.com/commitdev/zero-deployable-react-frontend" ,
1919 },
2020 },
21+ {
22+ "EKS + NodeJS + React + Gatsby" ,
23+ []string {
24+ "github.com/commitdev/zero-aws-eks-stack" ,
25+ "github.com/commitdev/zero-deployable-landing-page" ,
26+ "github.com/commitdev/zero-deployable-node-backend" ,
27+ "github.com/commitdev/zero-deployable-react-frontend" ,
28+ },
29+ },
2130 {
2231 "Custom" , []string {},
2332 },
You can’t perform that action at this time.
0 commit comments