Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This commit updates the following dependencies:

1. terraform-plugin-sdk to 2.6.1
2. golang.org/x/crypto to v0.0.0-20210616213533-5ff15b29337e
  • Loading branch information
fhofherr authored and LKaemmerling committed Jun 26, 2021
1 parent 71f995b commit edbddcf
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 44 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,10 +3,10 @@ module github.com/hetznercloud/terraform-provider-hcloud
require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/hetznercloud/hcloud-go v1.27.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
)

go 1.16

0 comments on commit edbddcf

Please sign in to comment.