File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed
Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ language : go
2+
3+ go :
4+ - 1.13.x
5+
6+ script :
7+ - make test
8+ - make build
9+
10+ deploy :
11+ provider : releases
12+ api_key : ${GITHUB_TOKEN}
13+ file : " terraform-provider-liquidweb"
14+ skip_cleanup : true
15+ on :
16+ tags : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ trace_jaeger:
2121 sh -c " while [ 1 ]; do nc -ul 5775 < pipe | tee outgoing.log | nc -u jaeger 5775 | tee pipe incoming.log; done"
2222
2323build : clean
24- go build
24+ go build -o terraform-provider-liquidweb
2525
2626clean :
2727 rm -f terraform-provider-liquidweb
Original file line number Diff line number Diff line change 11module github.com/liquidweb/terraform-provider-liquidweb
22
3+ replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
4+
35require (
46 github.com/hashicorp/terraform v0.12.2
57 github.com/liquidweb/go-lwApi v0.0.0-20190605172801-52a4864d2738
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ github.com/aliyun/aliyun-tablestore-go-sdk v4.1.2+incompatible/go.mod h1:LDQHRZy
2828github.1485827954.workers.dev/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 /go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c =
2929github.1485827954.workers.dev/antchfx/xpath v0.0.0-20190129040759-c8489ed3251e /go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk =
3030github.1485827954.workers.dev/antchfx/xquery v0.0.0-20180515051857-ad5b8c7a47b0 /go.mod h1:LzD22aAzDP8/dyiCKFp31He4m2GPjl0AFyzDtZzUu9M =
31+ github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
3132github.1485827954.workers.dev/apparentlymart/go-cidr v1.0.0 h1:lGDvXx8Lv9QHjrAVP7jyzleG4F9+FkRhJcEsDFxeb8w =
3233github.1485827954.workers.dev/apparentlymart/go-cidr v1.0.0 /go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc =
3334github.1485827954.workers.dev/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3 /go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM =
You can’t perform that action at this time.
0 commit comments