Skip to content

Commit

Permalink
Merge pull request #316 from fujiwara/fix/tfstate-lookup-v1.1.4
Browse files Browse the repository at this point in the history
update tfstate-lookup v1.1.4
  • Loading branch information
fujiwara authored Oct 6, 2023
2 parents cc75712 + 70aa10e commit dc3a271
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 98 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@ go 1.15
require (
github.com/Songmu/prompter v0.5.0
github.com/alecthomas/kingpin v2.2.6+incompatible
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 v1.44.147
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.4
github.com/go-test/deep v1.0.7
github.com/google/go-cmp v0.5.9
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/pkg/errors v0.9.1
github.com/shogo82148/go-retry v1.1.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit dc3a271

Please sign in to comment.