Skip to content

Commit

Permalink
Upgrade tf sdk (#21)
Browse files Browse the repository at this point in the history
* update examples

* update imports and version
  • Loading branch information
code-lucidal58 authored Dec 22, 2020
1 parent 4a83c3f commit c8f0d2b
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 88 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME=intersight
VERSION=0.1.1
VERSION=0.1.2
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ go 1.15

require (
github.com/CiscoDevNet/terraform-provider-intersight/intersight_gosdk v0.0.0
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/yaml.v2 v2.2.4 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.3
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)

replace github.com/CiscoDevNet/terraform-provider-intersight/intersight_gosdk v0.0.0 => ./intersight_gosdk
Loading

0 comments on commit c8f0d2b

Please sign in to comment.