Skip to content

Commit

Permalink
update tfstate-lookup
Browse files Browse the repository at this point in the history
aws-sdk-go-v2!
  • Loading branch information
fujiwara committed Jul 14, 2023
1 parent 0c26df1 commit 0434d3b
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 106 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@ go 1.15
require (
github.com/Songmu/prompter v0.5.0
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/aws/aws-sdk-go v1.44.147 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/aws/aws-sdk-go-v2 v1.18.1
github.com/aws/aws-sdk-go-v2/config v1.18.27
github.com/aws/aws-sdk-go-v2/service/lambda v1.37.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.36.0
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2
github.com/fatih/color v1.13.0
github.com/fujiwara/logutils v1.1.0
github.com/fujiwara/tfstate-lookup v0.4.2
github.com/fujiwara/tfstate-lookup v1.1.2
github.com/go-test/deep v1.0.7
github.com/google/go-jsonnet v0.17.0
github.com/hashicorp/go-envparse v0.0.0-20200406174449-d9cfd743a15e
github.com/kayac/go-config v0.6.0
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-isatty v0.0.17
github.com/olekukonko/tablewriter v0.0.5
github.com/shogo82148/go-retry v1.1.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 0434d3b

Please sign in to comment.