File tree Expand file tree Collapse file tree 3 files changed +485
-1
lines changed Expand file tree Collapse file tree 3 files changed +485
-1
lines changed Original file line number Diff line number Diff line change 1
1
NAME: =$(shell basename $$PWD)
2
2
ARCH: =$(shell uname -m)
3
3
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
5
5
6
6
test :
7
7
go test ./...
Original file line number Diff line number Diff line change
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
+ )
You can’t perform that action at this time.
0 commit comments