Skip to content

Commit

Permalink
Merge pull request kayac#178 from kayac/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/fujiwara/tfstate-lookup-0.0.14

Bump github.com/fujiwara/tfstate-lookup from 0.0.12 to 0.0.14
  • Loading branch information
fujiwara committed Oct 20, 2020
2 parents 4c09ab2 + 46c5902 commit c9a968c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .dependabot/config.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
time: "20:00"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Songmu/prompter v0.0.0-20150725163906-b5721e8d5566
github.com/alecthomas/kingpin v1.3.8-0.20190930021037-0a108b7f5563
github.com/aws/aws-sdk-go v1.34.23
github.com/fujiwara/tfstate-lookup v0.0.13
github.com/fujiwara/tfstate-lookup v0.0.14
github.com/google/go-cmp v0.5.1
github.com/kayac/go-config v0.4.2
github.com/kylelemons/godebug v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 h1:Ghm4eQYC0nEPnSJdVkTrXpu9KtoVCSo1hg7mtI7G9KU=
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239/go.mod h1:Gdwt2ce0yfBxPvZrHkprdPPTTS3N5rwmLE8T22KBXlw=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/fujiwara/tfstate-lookup v0.0.13 h1:CIRlGuOPWgY+5aD56ZTxmCNNJUFupXqAknIvEc014po=
github.com/fujiwara/tfstate-lookup v0.0.13/go.mod h1:08o5Rm5pKzvIxoZe3D0NIT8AHYBqTzyUU03BZ/c0IKA=
github.com/fujiwara/tfstate-lookup v0.0.14 h1:cjSRXGRWRq57WCDt5VESFpFBNTQF18eCAv8zv+En260=
github.com/fujiwara/tfstate-lookup v0.0.14/go.mod h1:08o5Rm5pKzvIxoZe3D0NIT8AHYBqTzyUU03BZ/c0IKA=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.5.1 h1:JFrFEBb2xKufg6XkJsJr+WbKb4FQlURi5RUcBveYu9k=
Expand Down

0 comments on commit c9a968c

Please sign in to comment.