Skip to content

Commit 49d0d82

Browse files
committed
Upgrade Go packages
1 parent 94cb877 commit 49d0d82

File tree

2 files changed

+38
-267
lines changed

2 files changed

+38
-267
lines changed

Diff for: go.mod

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,36 @@
11
module github.com/jianyuan/terraform-provider-sentry
22

33
require (
4-
cloud.google.com/go v0.49.0 // indirect
4+
cloud.google.com/go v0.50.0 // indirect
55
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
97
github.com/dghubble/sling v1.3.0 // indirect
108
github.com/go-test/deep v1.0.4 // indirect
119
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
1311
github.com/hashicorp/hcl v1.0.0 // indirect
1412
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
1914
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
2015
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
2116
github.com/jianyuan/go-sentry v1.2.1-0.20191201111848-212d47039109
2217
github.com/jstemmer/go-junit-report v0.9.1 // indirect
23-
github.com/marstr/guid v1.1.0 // indirect
2418
github.com/mattn/go-isatty v0.0.11 // indirect
2519
github.com/mitchellh/mapstructure v1.1.2
2620
github.com/posener/complete v1.2.3 // indirect
2721
github.com/ulikunitz/xz v0.5.6 // indirect
2822
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
23+
github.com/zclconf/go-cty v1.2.0 // indirect
2924
go.opencensus.io v0.22.2 // indirect
3025
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
3326
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
3427
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
3831
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
4134
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4235
)
4336

0 commit comments

Comments
 (0)