-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from joshhornby/refactor/terraform-v0.12
Update terraform packages to v0.12
- Loading branch information
Showing
3 changed files
with
485 additions
and
1 deletion.
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,16 @@ | ||
module github.com/joshhornby/terraform-provider-twiliotaskrouter | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/hashicorp/terraform v0.12.0 | ||
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect | ||
github.com/kevinburke/go-types v0.0.0-20200309064045-f2d4aea18a7a // indirect | ||
github.com/kevinburke/go.uuid v1.2.0 // indirect | ||
github.com/kevinburke/rest v0.0.0-20200429221318-0d2892b400f8 // indirect | ||
github.com/kevinburke/twilio-go v0.0.0-20200424172635-4f0b2357b852 | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.1.0 // indirect | ||
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab | ||
) |
Oops, something went wrong.