Skip to content

Commit

Permalink
aws-dump: Update module and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Jan 26, 2021
1 parent d772cda commit 3980c0d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 98 deletions.
19 changes: 7 additions & 12 deletions aws/dump/go.mod
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
)
Loading

0 comments on commit 3980c0d

Please sign in to comment.