Skip to content

Commit e447a12

Browse files
committed
Update plugin-sdk
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 832e294 commit e447a12

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ go 1.15
44

55
require (
66
github.com/google/go-cmp v0.3.0 // indirect
7-
github.com/hashicorp/go-hclog v0.15.0 // indirect
8-
github.com/hashicorp/go-plugin v1.4.0 // indirect
97
github.com/kr/pretty v0.1.0 // indirect
108
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
119
github.com/stretchr/testify v1.6.1 // indirect
12-
github.com/terraform-docs/plugin-sdk v0.0.0-20210202180943-30b472ab91d4
10+
github.com/terraform-docs/plugin-sdk v0.0.0-20210202231042-605acf0f17df
1311
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
1412
golang.org/x/text v0.3.2 // indirect
1513
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
5454
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
5555
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
5656
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
57-
github.com/terraform-docs/plugin-sdk v0.0.0-20210202180943-30b472ab91d4 h1:7Pno/WMFhUkjIBjodZNkYvXl2WA/+XWD0vRXy1Tg1to=
58-
github.com/terraform-docs/plugin-sdk v0.0.0-20210202180943-30b472ab91d4/go.mod h1:PLyj3sRriR94Ixep7cRJI9KIlJEcI3SSuVE3BdniyS0=
57+
github.com/terraform-docs/plugin-sdk v0.0.0-20210202231042-605acf0f17df h1:yUhokDmChf3PV1lHRwT8gaCz5oc2WQnVQQ+VddI2EQI=
58+
github.com/terraform-docs/plugin-sdk v0.0.0-20210202231042-605acf0f17df/go.mod h1:H9E+yVwyOGLXcR28wcWaDODqmhKanZF/uj1H4uCesVM=
5959
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6060
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
6161
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=

0 commit comments

Comments
 (0)