-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-dump: Update module and dependencies
- Loading branch information
Showing
2 changed files
with
44 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
module github.com/hamstah/awstools/aws/dump | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/CrunchyData/crunchy-proxy v0.0.0-20190407215550-64e9426fd4ad // indirect | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect | ||
github.com/aws/aws-lambda-go v1.13.2 | ||
github.com/aws/aws-sdk-go v1.25.3 | ||
github.com/aws/aws-lambda-go v1.22.0 | ||
github.com/aws/aws-sdk-go v1.36.31 | ||
github.com/fatih/structs v1.1.0 | ||
github.com/hamstah/awstools v8.1.0+incompatible | ||
github.com/hamstah/paranoidhttp v0.0.0-20181219172138-e4e152213bcf // indirect | ||
github.com/hamstah/awstools/common v0.0.0-20210118215825-d772cda2a155 | ||
github.com/hashicorp/terraform v0.12.13 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/stretchr/testify v1.6.1 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) |
Oops, something went wrong.