-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kong) : Switch to tf 0.12 (#82)
* feat(kong) : Switch to tf 0.12 Signed-off-by: Kyos <[email protected]> * fix(kong) : Fix test Signed-off-by: Kyos <[email protected]> * fix(kong) : Update documentation Signed-off-by: Kyos <[email protected]>
- Loading branch information
1 parent
7970c11
commit 3bd0f49
Showing
1,994 changed files
with
590,039 additions
and
47,005 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,18 @@ | ||
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 v4.1.0+incompatible | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/parnurzeal/gorequest v0.2.15 // indirect | ||
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect | ||
github.com/pkg/errors v0.0.0-20171018195549-f15c970de5b7 // indirect | ||
gopkg.in/ory-am/dockertest.v3 v3.0.9 // 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.