Skip to content

Commit

Permalink
fix issue 167
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman committed Sep 14, 2019
1 parent c4975e6 commit 44f516a
Show file tree
Hide file tree
Showing 15 changed files with 997 additions and 94 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.13

require (
cloud.google.com/go v0.36.0
github.com/Unknwon/com v0.0.0-20181010210213-41959bdd855f // indirect
github.com/aws/aws-sdk-go v1.22.0
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/cloudflare/cloudflare-go v0.9.4
Expand Down Expand Up @@ -39,6 +38,7 @@ require (
github.com/terraform-providers/terraform-provider-openstack v1.18.0 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/ugorji/go v1.1.2-0.20180728093225-eeb0478a81ae // indirect
github.com/unknwon/com v0.0.0-20181010210213-41959bdd855f // indirect
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
github.com/zclconf/go-cty v1.0.1-0.20190708163926-19588f92a98f
github.com/zorkian/go-datadog-api v2.21.1-0.20190802113207-d0ce49abc107+incompatible
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ github.com/ugorji/go v1.1.2-0.20180728093225-eeb0478a81ae/go.mod h1:hnLbHMwcvSih
github.com/ulikunitz/xz v0.5.4/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/ulikunitz/xz v0.5.5 h1:pFrO0lVpTBXLpYw+pnLj6TbvHuyjXMfjGeCwSqCVwok=
github.com/ulikunitz/xz v0.5.5/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/unknwon/com v0.0.0-20181010210213-41959bdd855f/go.mod h1:7l5Mh6tAHnDUu0AqU0g7Sm0dgGkYZLRGxJqMYXXBlok=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.1+incompatible h1:RMF1enSPeKTlXrXdOcqjFUElywVZjjC6pqse21bKbEU=
Expand Down
10 changes: 0 additions & 10 deletions vendor/github.com/Unknwon/com/convert.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 4 additions & 49 deletions vendor/github.com/Unknwon/com/dir.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/Unknwon/com/math.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 21 additions & 31 deletions vendor/github.com/Unknwon/com/string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/dollarshaveclub/new-relic-synthetics-go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44f516a

Please sign in to comment.