Skip to content

Commit

Permalink
fix: bump tfplanparse to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Feb 2, 2021
1 parent 7c750c3 commit 6dd15d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/drlau/akashi
go 1.14

require (
github.com/drlau/tfplanparse v0.0.12
github.com/drlau/tfplanparse v0.0.13
github.com/google/go-cmp v0.5.1
github.com/hashicorp/terraform-json v0.6.0
github.com/mattn/go-colorable v0.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/drlau/tfplanparse v0.0.12 h1:RmmxEcOXUtDQ5BGCbB8WgEEwIWm8Ue+KdjZyI4uyIX0=
github.com/drlau/tfplanparse v0.0.12/go.mod h1:XqL7jNFPb5/jYYsglbGhrPTWrq06GauQSZWj082srq8=
github.com/drlau/tfplanparse v0.0.13 h1:zeksI3m0Z9rMbUQlpwX/IBmNn1/jTUoEo1gG627Stis=
github.com/drlau/tfplanparse v0.0.13/go.mod h1:XqL7jNFPb5/jYYsglbGhrPTWrq06GauQSZWj082srq8=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
Expand Down

0 comments on commit 6dd15d1

Please sign in to comment.