|
1 | 1 | module github.com/jianyuan/terraform-provider-sentry |
2 | 2 |
|
3 | 3 | require ( |
| 4 | + cloud.google.com/go/storage v1.0.0 // indirect |
| 5 | + github.com/aws/aws-sdk-go v1.25.0 // indirect |
| 6 | + github.com/go-test/deep v1.0.4 // indirect |
| 7 | + github.com/google/go-cmp v0.3.1 // indirect |
4 | 8 | github.com/hashicorp/hcl v1.0.0 // indirect |
5 | | - github.com/hashicorp/terraform v0.12.4 |
6 | | - github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 // indirect |
| 9 | + github.com/hashicorp/hcl2 v0.0.0-20190909202536-66c59f909e25 // indirect |
| 10 | + github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect |
| 11 | + github.com/hashicorp/terraform-plugin-sdk v1.0.0 |
| 12 | + github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect |
7 | 13 | github.com/jianyuan/go-sentry v1.2.0 |
8 | | - github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 14 | + github.com/mattn/go-colorable v0.1.2 // indirect |
| 15 | + github.com/mattn/go-isatty v0.0.9 // indirect |
| 16 | + github.com/stretchr/testify v1.4.0 // indirect |
| 17 | + github.com/ulikunitz/xz v0.5.6 // indirect |
| 18 | + github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
| 19 | + go.opencensus.io v0.22.1 // indirect |
| 20 | + golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect |
| 21 | + golang.org/x/exp v0.0.0-20190925190815-26a69ce95baf // indirect |
| 22 | + golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect |
| 23 | + golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect |
| 24 | + golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect |
| 25 | + golang.org/x/tools v0.0.0-20190927052746-69890759d905 // indirect |
| 26 | + google.golang.org/api v0.10.0 // indirect |
| 27 | + google.golang.org/appengine v1.6.4 // indirect |
| 28 | + google.golang.org/genproto v0.0.0-20190926190326-7ee9db18f195 // indirect |
| 29 | + google.golang.org/grpc v1.24.0 // indirect |
| 30 | + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
9 | 31 | ) |
10 | 32 |
|
11 | 33 | replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 // indirect |
0 commit comments