Skip to content

Commit

Permalink
Merge pull request #7 from joshhornby/refactor/terraform-v0.12
Browse files Browse the repository at this point in the history
Update terraform packages to v0.12
  • Loading branch information
joshhornby authored May 6, 2020
2 parents 3d8b1a1 + 4b6b1a1 commit 8b03bbb
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME:=$(shell basename $$PWD)
ARCH:=$(shell uname -m)
REPO:=$(shell git config --get remote.origin.url | perl -ne 'm{github.com[:/](.+/[^.]+)}; print $$1')
VERSION=0.2.0
VERSION=0.3.0

test:
go test ./...
Expand Down
16 changes: 16 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit 8b03bbb

Please sign in to comment.