-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
Refresh for all dependencies + tidy
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,20 @@ | ||
module github.com/terraform-providers/terraform-provider-gitlab | ||
|
||
require ( | ||
cloud.google.com/go v0.49.0 // indirect | ||
cloud.google.com/go/storage v1.4.0 // indirect | ||
github.com/aws/aws-sdk-go v1.25.48 // indirect | ||
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect | ||
github.com/hashicorp/go-hclog v0.10.0 // indirect | ||
cloud.google.com/go/storage v1.6.0 // indirect | ||
github.com/aws/aws-sdk-go v1.29.30 // indirect | ||
github.com/hashicorp/go-hclog v0.12.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.1.0 // indirect | ||
github.com/hashicorp/terraform-config-inspect v0.0.0-20191121111010-e9629612a215 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.4.0 | ||
github.com/hashicorp/hcl/v2 v2.3.0 // indirect | ||
github.com/hashicorp/terraform-config-inspect v0.0.0-20200210163047-f7d8399e1194 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.8.0 | ||
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/posener/complete v1.2.3 // indirect | ||
github.com/ulikunitz/xz v0.5.6 // indirect | ||
github.com/ulikunitz/xz v0.5.7 // indirect | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect | ||
github.com/xanzy/go-gitlab v0.29.0 | ||
github.com/zclconf/go-cty v1.1.1 // indirect | ||
go.opencensus.io v0.22.2 // indirect | ||
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd // 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-20200114155413-6afb5195e5aa // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect | ||
golang.org/x/tools v0.0.0-20191205205310-69111344d4a5 // indirect | ||
google.golang.org/appengine v1.6.5 // indirect | ||
google.golang.org/genproto v0.0.0-20191205163323-51378566eb59 // indirect | ||
google.golang.org/grpc v1.25.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect | ||
) | ||
|
||
go 1.13 |
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.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.