|
1 | 1 | module github.com/jianyuan/terraform-provider-sentry
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - cloud.google.com/go v0.49.0 // indirect |
| 4 | + cloud.google.com/go v0.50.0 // indirect |
5 | 5 | cloud.google.com/go/storage v1.4.0 // indirect
|
6 |
| - github.com/Azure/go-autorest v10.15.4+incompatible // indirect |
7 |
| - github.com/aws/aws-sdk-go v1.26.1 // indirect |
8 |
| - github.com/bmatcuk/doublestar v1.2.1 // indirect |
| 6 | + github.com/aws/aws-sdk-go v1.26.5 // indirect |
9 | 7 | github.com/dghubble/sling v1.3.0 // indirect
|
10 | 8 | github.com/go-test/deep v1.0.4 // indirect
|
11 | 9 | github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
12 |
| - github.com/hashicorp/go-hclog v0.10.0 // indirect |
| 10 | + github.com/hashicorp/go-hclog v0.10.1 // indirect |
13 | 11 | github.com/hashicorp/hcl v1.0.0 // indirect
|
14 | 12 | github.com/hashicorp/hcl/v2 v2.2.0 // indirect
|
15 |
| - github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80 // indirect |
16 |
| - github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect |
17 |
| - github.com/hashicorp/terraform v0.12.18 |
18 |
| - github.com/hashicorp/terraform-plugin-sdk v1.4.0 |
| 13 | + github.com/hashicorp/terraform-plugin-sdk v1.4.1 |
19 | 14 | github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
|
20 | 15 | github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
|
21 | 16 | github.com/jianyuan/go-sentry v1.2.1-0.20191201111848-212d47039109
|
22 | 17 | github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
23 |
| - github.com/marstr/guid v1.1.0 // indirect |
24 | 18 | github.com/mattn/go-isatty v0.0.11 // indirect
|
25 | 19 | github.com/mitchellh/mapstructure v1.1.2
|
26 | 20 | github.com/posener/complete v1.2.3 // indirect
|
27 | 21 | github.com/ulikunitz/xz v0.5.6 // indirect
|
28 | 22 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
| 23 | + github.com/zclconf/go-cty v1.2.0 // indirect |
29 | 24 | go.opencensus.io v0.22.2 // indirect
|
30 | 25 | golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
|
31 |
| - golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect |
32 |
| - golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect |
33 | 26 | golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
34 | 27 | golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
|
35 |
| - golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect |
36 |
| - golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect |
37 |
| - golang.org/x/tools v0.0.0-20191213032237-7093a17b0467 // indirect |
| 28 | + golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect |
| 29 | + golang.org/x/tools v0.0.0-20191218225520-84f0c7cf60ea // indirect |
| 30 | + google.golang.org/api v0.15.0 // indirect |
38 | 31 | google.golang.org/appengine v1.6.5 // indirect
|
39 |
| - google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect |
40 |
| - google.golang.org/grpc v1.25.1 // indirect |
| 32 | + google.golang.org/genproto v0.0.0-20191216205247-b31c10ee225f // indirect |
| 33 | + google.golang.org/grpc v1.26.0 // indirect |
41 | 34 | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
42 | 35 | )
|
43 | 36 |
|
|
0 commit comments