-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release v0.32.0 * update authors * Proposal for dependencies upgrade (#375) Co-authored-by: ftorelli <[email protected]> * Revert "Proposal for dependencies upgrade (#375)" (#376) This reverts commit a7cea7c. * Add new aws-sdk-go mock methods available with new version upgrade. * Improved test scenarios. * update CHANGELOG.md * bump up functional tests timeout * bump up functional tests timeout * update CHANGELOG.md * update CHANGELOG.md Co-authored-by: Fabrizio Torelli <[email protected]> Co-authored-by: ftorelli <[email protected]> Co-authored-by: Amy Schoen <[email protected]>
- Loading branch information
1 parent
4306865
commit da95a2b
Showing
19 changed files
with
1,655 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,56 @@ | ||
module github.com/Optum/dce | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect | ||
github.com/avast/retry-go v2.3.0+incompatible | ||
github.com/aws/aws-lambda-go v1.11.1 | ||
github.com/aws/aws-sdk-go v1.25.36 | ||
github.com/awslabs/aws-lambda-go-api-proxy v0.5.0 | ||
github.com/360EntSecGroup-Skylar/excelize v1.4.1 | ||
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect | ||
github.com/Joker/jade v1.0.0 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect | ||
github.com/avast/retry-go v2.6.0+incompatible | ||
github.com/aws/aws-lambda-go v1.19.1 | ||
github.com/aws/aws-sdk-go v1.34.20 | ||
github.com/awslabs/aws-lambda-go-api-proxy v0.8.0 | ||
github.com/caarlos0/env v3.5.0+incompatible | ||
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect | ||
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/handlers v1.4.2 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/gorilla/schema v1.1.0 | ||
github.com/gruntwork-io/terratest v0.15.13 | ||
github.com/imdario/mergo v0.3.8 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect | ||
github.com/google/uuid v1.1.2 | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/handlers v1.5.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/schema v1.2.0 | ||
github.com/gruntwork-io/terratest v0.29.0 | ||
github.com/imdario/mergo v0.3.11 | ||
github.com/iris-contrib/formBinder v5.0.0+incompatible // indirect | ||
github.com/kardianos/govendor v1.0.9 // indirect | ||
github.com/kataras/iris v11.1.1+incompatible // indirect | ||
github.com/klauspost/cpuid v1.2.1 // indirect | ||
github.com/labstack/echo v3.3.10+incompatible // indirect | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 | ||
github.com/oleiade/reflections v1.0.0 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/otp v1.2.0 // indirect | ||
github.com/rebuy-de/aws-nuke v0.0.0-00010101000000-000000000000 | ||
github.com/rebuy-de/aws-nuke v1.4.0 | ||
github.com/securego/gosec v0.0.0-20200316084457-7da9f46445fd // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 | ||
google.golang.org/appengine v1.4.0 // indirect | ||
github.com/sirupsen/logrus v1.6.0 // indirect | ||
github.com/spf13/cobra v1.0.0 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect | ||
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect | ||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df | ||
gopkg.in/oleiade/reflections.v1 v1.0.0 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gopkg.in/urfave/cli.v1 v1.20.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) | ||
|
||
replace github.com/rebuy-de/aws-nuke => github.com/Optum/aws-nuke v1.1.0 |
Oops, something went wrong.