Skip to content

Commit 06bde0d

Browse files
Paddy Carverpaddycarver
authored andcommitted
Update to tagged v0.3.0 release.
1 parent e42067a commit 06bde0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/hashicorp/logutils v1.0.0
2828
github.com/hashicorp/terraform-exec v0.13.0
2929
github.com/hashicorp/terraform-json v0.8.0
30-
github.com/hashicorp/terraform-plugin-go v0.2.2-0.20210414015844-4730a5d4579d
30+
github.com/hashicorp/terraform-plugin-go v0.3.0
3131
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
3232
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
3333
github.com/kylelemons/godebug v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ github.com/hashicorp/terraform-exec v0.13.0 h1:1Pth+pdWJAufJuWWjaVOVNEkoRTOjGn3h
190190
github.com/hashicorp/terraform-exec v0.13.0/go.mod h1:SGhto91bVRlgXQWcJ5znSz+29UZIa8kpBbkGwQ+g9E8=
191191
github.com/hashicorp/terraform-json v0.8.0 h1:XObQ3PgqU52YLQKEaJ08QtUshAfN3yu4u8ebSW0vztc=
192192
github.com/hashicorp/terraform-json v0.8.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
193-
github.com/hashicorp/terraform-plugin-go v0.2.2-0.20210414015844-4730a5d4579d h1:aJpqBooxTa5oV2quNM5QMDAL44SS1zm6nVSNG1X5Iso=
194-
github.com/hashicorp/terraform-plugin-go v0.2.2-0.20210414015844-4730a5d4579d/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM=
193+
github.com/hashicorp/terraform-plugin-go v0.3.0 h1:AJqYzP52JFYl9NABRI7smXI1pNjgR5Q/y2WyVJ/BOZA=
194+
github.com/hashicorp/terraform-plugin-go v0.3.0/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM=
195195
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
196196
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
197197
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=

0 commit comments

Comments
 (0)