Skip to content

Commit 8b03bbb

Browse files
authored
Merge pull request #7 from joshhornby/refactor/terraform-v0.12
Update terraform packages to v0.12
2 parents 3d8b1a1 + 4b6b1a1 commit 8b03bbb

File tree

3 files changed

+485
-1
lines changed

3 files changed

+485
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME:=$(shell basename $$PWD)
22
ARCH:=$(shell uname -m)
33
REPO:=$(shell git config --get remote.origin.url | perl -ne 'm{github.com[:/](.+/[^.]+)}; print $$1')
4-
VERSION=0.2.0
4+
VERSION=0.3.0
55

66
test:
77
go test ./...

go.mod

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module github.com/joshhornby/terraform-provider-twiliotaskrouter
2+
3+
go 1.12
4+
5+
require (
6+
github.com/go-stack/stack v1.8.0 // indirect
7+
github.com/hashicorp/terraform v0.12.0
8+
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
9+
github.com/kevinburke/go-types v0.0.0-20200309064045-f2d4aea18a7a // indirect
10+
github.com/kevinburke/go.uuid v1.2.0 // indirect
11+
github.com/kevinburke/rest v0.0.0-20200429221318-0d2892b400f8 // indirect
12+
github.com/kevinburke/twilio-go v0.0.0-20200424172635-4f0b2357b852
13+
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
14+
github.com/ttacon/libphonenumber v1.1.0 // indirect
15+
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab
16+
)

0 commit comments

Comments
 (0)