-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cherry-pick 3bd0f49 * Go modules * Removed test code * Fix upstream field * Fix terraform 12 syntax errors Co-authored-by: Olivier <[email protected]>
- Loading branch information
Showing
2,020 changed files
with
525,501 additions
and
47,302 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 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,20 @@ | ||
module github.com/kevholditch/terraform-provider-kong | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/cenk/backoff v0.0.0-20171020064038-309aa717adbf // indirect | ||
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect | ||
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect | ||
github.com/fsouza/go-dockerclient v0.0.0-20160427172547-1d4f4ae73768 // indirect | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/hashicorp/terraform v0.12.1 | ||
github.com/kevholditch/gokong v1.11.0 | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/parnurzeal/gorequest v0.2.16 // indirect | ||
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect | ||
gopkg.in/ory-am/dockertest.v3 v3.0.9 // indirect | ||
moul.io/http2curl v1.0.0 // indirect | ||
) |
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 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 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 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 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 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 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 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
Oops, something went wrong.