-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott Winkler
authored and
Scott Winkler
committed
Dec 24, 2020
1 parent
7b7410a
commit d18ff4d
Showing
2 changed files
with
544 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.