Skip to content

Commit

Permalink
Upgrade terraform-plugin-sdk dependency to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelding committed Nov 16, 2021
1 parent d292811 commit 6559604
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 14 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.1-0.20211108175442-008381a39615
github.com/jen20/awspolicyequivalence v1.1.0
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
github.com/mattbaird/jsonpatch v0.0.0-20200820163806-098863c1fc24
Expand All @@ -27,5 +27,3 @@ require (
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/gdavison/terraform-plugin-sdk/v2 v2.7.1-0.20210913224932-c7c2dbd9e010
Loading

0 comments on commit 6559604

Please sign in to comment.