Skip to content

Commit 4993667

Browse files
committed
Update to latest v1 SDKs
1 parent bff85d8 commit 4993667

File tree

4 files changed

+295
-24
lines changed

4 files changed

+295
-24
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ module github.com/philips-software/terraform-provider-hsdp
33
require (
44
github.com/aws/aws-sdk-go v1.30.12 // indirect
55
github.com/google/go-querystring v1.0.0 // indirect
6-
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 // indirect
76
github.com/hashicorp/go-retryablehttp v0.6.6
8-
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
97
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 // indirect
10-
github.com/hashicorp/terraform-plugin-sdk v1.15.0
11-
github.com/philips-software/go-hsdp-api v0.23.1-0.20201016211333-6f98d85c4f99
8+
github.com/hashicorp/terraform-plugin-sdk v1.16.0
9+
github.com/philips-software/go-hsdp-api v0.24.1-0.20201102143330-6d32ee1dfaa4
1210
github.com/pkg/errors v0.9.1
1311
github.com/stretchr/testify v1.5.1
14-
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
1512
)
1613

1714
go 1.13

0 commit comments

Comments
 (0)