Skip to content

Commit

Permalink
add mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Dec 24, 2020
1 parent 7b7410a commit d18ff4d
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/terraform-in-action/terraform-provider-petstore

go 1.14

require (
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.0
github.com/scottwinkler/go-petstore v0.1.2
github.com/terraform-in-action/go-petstore v0.1.1
)
Loading

0 comments on commit d18ff4d

Please sign in to comment.