generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
41 lines (38 loc) · 1.88 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/paultyng/terraform-provider-twitter
go 1.12
// replace github.com/paultyng/go-twitter => ../go-twitter
require (
cloud.google.com/go v0.72.0 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.35.31 // indirect
github.com/dghubble/oauth1 v0.6.0
github.com/fatih/color v1.10.0 // indirect
github.com/go-git/go-git/v5 v5.2.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-getter v1.5.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/terraform-exec v0.11.0 // indirect
github.com/hashicorp/terraform-json v0.6.0 // indirect
github.com/hashicorp/terraform-plugin-docs v0.2.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.1
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/mitchellh/cli v1.1.2 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/paultyng/go-batcher v0.1.0
// fork of github.com/dghubble/go-twitter, adding mutes, blocks, etc
github.com/paultyng/go-twitter v0.0.0-20200517003436-2f8284a959fe
github.com/posener/complete v1.2.3 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
github.com/zclconf/go-cty v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
golang.org/x/tools v0.0.0-20201118174508-6ed8ff9ad920 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201117123952-62d171c70ae1 // indirect
)