@@ -28,7 +28,6 @@ require (
28
28
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5
29
29
github.com/aws/smithy-go v1.22.2
30
30
github.com/awslabs/amazon-eks-ami/nodeadm v0.0.0-20240508073157-fbfa1bc129f5
31
- github.com/awslabs/goformation/v4 v4.15.5
32
31
github.com/benjamintf1/unmarshalledmatchers v1.0.0
33
32
github.com/blang/semver v3.5.1+incompatible
34
33
github.com/bxcodec/faker v2.0.1+incompatible
@@ -51,12 +50,15 @@ require (
51
50
github.com/kubicorn/kubicorn v0.0.0-20180829191017-06f6bce92acc
52
51
github.com/lithammer/dedent v1.1.0
53
52
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
53
+ github.com/onsi/ginkgo v1.16.4
54
54
github.com/onsi/ginkgo/v2 v2.22.2
55
55
github.com/onsi/gomega v1.36.2
56
56
github.com/orcaman/concurrent-map v1.0.0
57
57
github.com/otiai10/copy v1.14.0
58
58
github.com/pelletier/go-toml v1.9.5
59
59
github.com/pkg/errors v0.9.1
60
+ github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
61
+ github.com/sanathkr/yaml v0.0.0-20170819201035-0056894fa522
60
62
github.com/sethvargo/go-password v0.2.0
61
63
github.com/spf13/afero v1.12.0
62
64
github.com/spf13/cobra v1.8.1
@@ -68,10 +70,12 @@ require (
68
70
github.com/vburenin/ifacemaker v1.2.1
69
71
github.com/vektra/mockery/v2 v2.52.2
70
72
github.com/weaveworks/schemer v0.0.0-20230525114451-47139fe25848
73
+ github.com/xeipuuv/gojsonschema v1.2.0
71
74
github.com/xgfone/netaddr v0.5.1
72
75
golang.org/x/crypto v0.33.0
73
76
golang.org/x/oauth2 v0.25.0
74
77
golang.org/x/sync v0.11.0
78
+ golang.org/x/text v0.22.0
75
79
golang.org/x/tools v0.30.0
76
80
gopkg.in/yaml.v2 v2.4.0
77
81
helm.sh/helm/v3 v3.17.0
@@ -312,6 +316,7 @@ require (
312
316
github.com/nishanths/exhaustive v0.12.0 // indirect
313
317
github.com/nishanths/predeclared v0.2.2 // indirect
314
318
github.com/nunnatsa/ginkgolinter v0.18.4 // indirect
319
+ github.com/nxadm/tail v1.4.8 // indirect
315
320
github.com/olekukonko/tablewriter v0.0.5 // indirect
316
321
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect
317
322
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -342,8 +347,6 @@ require (
342
347
github.com/sagikazarmark/locafero v0.7.0 // indirect
343
348
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
344
349
github.com/sahilm/fuzzy v0.1.0 // indirect
345
- github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b // indirect
346
- github.com/sanathkr/yaml v0.0.0-20170819201035-0056894fa522 // indirect
347
350
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
348
351
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
349
352
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
@@ -382,7 +385,6 @@ require (
382
385
github.com/x448/float16 v0.8.4 // indirect
383
386
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
384
387
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
385
- github.com/xeipuuv/gojsonschema v1.2.0 // indirect
386
388
github.com/xen0n/gosmopolitan v1.2.2 // indirect
387
389
github.com/xlab/treeprint v1.2.0 // indirect
388
390
github.com/yagipy/maintidx v1.0.0 // indirect
@@ -404,7 +406,6 @@ require (
404
406
golang.org/x/net v0.35.0 // indirect
405
407
golang.org/x/sys v0.30.0 // indirect
406
408
golang.org/x/term v0.29.0 // indirect
407
- golang.org/x/text v0.22.0 // indirect
408
409
golang.org/x/time v0.8.0 // indirect
409
410
google.golang.org/api v0.215.0 // indirect
410
411
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
@@ -414,6 +415,7 @@ require (
414
415
gopkg.in/gcfg.v1 v1.2.3 // indirect
415
416
gopkg.in/inf.v0 v0.9.1 // indirect
416
417
gopkg.in/ini.v1 v1.67.0 // indirect
418
+ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
417
419
gopkg.in/warnings.v0 v0.1.2 // indirect
418
420
gopkg.in/yaml.v3 v3.0.1 // indirect
419
421
honnef.co/go/tools v0.6.0 // indirect
@@ -467,6 +469,3 @@ replace (
467
469
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.32.1
468
470
k8s.io/sample-controller => k8s.io/sample-controller v0.32.1
469
471
)
470
-
471
- // Use a local fork of goformation
472
- replace github.com/awslabs/goformation/v4 => ./goformation
0 commit comments