-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- commands used: GO111MODULE=on go mod init GO111MODULE=on go mod tidy
- Loading branch information
Michael Cook
authored and
Michael Cook
committed
Sep 5, 2019
1 parent
fed07f1
commit bbfdd29
Showing
4 changed files
with
489 additions
and
20 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
This file was deleted.
Oops, something went wrong.
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/zambien/terraform-provider-apigee | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/gofrs/uuid v3.2.0+incompatible | ||
github.com/hashicorp/terraform v0.12.8 | ||
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0 // indirect | ||
github.com/zambien/go-apigee-edge v0.0.0-20190402181302-7d41f53971c1 | ||
) |
Oops, something went wrong.