Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump github.com/awslabs/goformation/v4 from 4.15.2 to 4.19.5 #37

Open
wants to merge 1 commit into
base: mainline
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,24 @@ require (
github.com/AlecAivazis/survey/v2 v2.1.1
github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667 // indirect
github.com/aws/aws-sdk-go v1.35.9
github.com/awslabs/goformation/v4 v4.15.2
github.com/awslabs/goformation/v4 v4.19.5
github.com/briandowns/spinner v1.11.1
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/gobuffalo/packd v1.0.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/golang/mock v1.4.4
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
github.com/google/uuid v1.1.2
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/imdario/mergo v0.3.9
github.com/imdario/mergo v0.3.12
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/lnquy/cron v1.0.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/moby/buildkit v0.7.2
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/robfig/cron/v3 v3.0.1
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
Expand All @@ -34,8 +33,6 @@ require (
github.com/stretchr/testify v1.6.1
github.com/xlab/treeprint v1.0.0
golang.org/x/mod v0.3.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
Expand Down
Loading