Skip to content

Commit

Permalink
Upgrade Go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyuan committed Dec 19, 2019
1 parent 94cb877 commit 49d0d82
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 267 deletions.
27 changes: 10 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,43 +1,36 @@
module github.com/jianyuan/terraform-provider-sentry

require (
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go v0.50.0 // indirect
cloud.google.com/go/storage v1.4.0 // indirect
github.com/Azure/go-autorest v10.15.4+incompatible // indirect
github.com/aws/aws-sdk-go v1.26.1 // indirect
github.com/bmatcuk/doublestar v1.2.1 // indirect
github.com/aws/aws-sdk-go v1.26.5 // indirect
github.com/dghubble/sling v1.3.0 // indirect
github.com/go-test/deep v1.0.4 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/hashicorp/go-hclog v0.10.0 // indirect
github.com/hashicorp/go-hclog v0.10.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.2.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.18
github.com/hashicorp/terraform-plugin-sdk v1.4.0
github.com/hashicorp/terraform-plugin-sdk v1.4.1
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/jianyuan/go-sentry v1.2.1-0.20191201111848-212d47039109
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/marstr/guid v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/posener/complete v1.2.3 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zclconf/go-cty v1.2.0 // indirect
go.opencensus.io v0.22.2 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/tools v0.0.0-20191213032237-7093a17b0467 // indirect
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect
golang.org/x/tools v0.0.0-20191218225520-84f0c7cf60ea // indirect
google.golang.org/api v0.15.0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect
google.golang.org/grpc v1.25.1 // indirect
google.golang.org/genproto v0.0.0-20191216205247-b31c10ee225f // indirect
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

Expand Down
Loading

0 comments on commit 49d0d82

Please sign in to comment.