aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorAlex Pilon <apilon@hashicorp.com>2019-02-22 18:24:37 -0500
committerAlex Pilon <apilon@hashicorp.com>2019-02-22 18:24:37 -0500
commit15c0b25d011f37e7c20aeca9eaf461f78285b8d9 (patch)
tree255c250a5c9d4801c74092d33b7337d8c14438ff /vendor/modules.txt
parent07971ca38143c5faf951d152fba370ddcbe26ad5 (diff)
downloadterraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.tar.gz
terraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.tar.zst
terraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.zip
deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules
Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt142
1 files changed, 121 insertions, 21 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index cc80a99..1813980 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1,8 +1,14 @@
1# github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 1# github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3
2github.com/DreamItGetIT/statuscake 2github.com/DreamItGetIT/statuscake
3# github.com/apparentlymart/go-cidr v0.0.0-20170418151526-7e4b007599d4 3# github.com/agext/levenshtein v1.2.1
4github.com/agext/levenshtein
5# github.com/apparentlymart/go-cidr v0.0.0-20170616213631-2bd8b58cf427
4github.com/apparentlymart/go-cidr/cidr 6github.com/apparentlymart/go-cidr/cidr
5# github.com/aws/aws-sdk-go v1.8.34 7# github.com/apparentlymart/go-textseg v0.0.0-20170531203952-b836f5c4d331
8github.com/apparentlymart/go-textseg/textseg
9# github.com/armon/go-radix v0.0.0-20160115234725-4239b77079c7
10github.com/armon/go-radix
11# github.com/aws/aws-sdk-go v1.14.31
6github.com/aws/aws-sdk-go/aws 12github.com/aws/aws-sdk-go/aws
7github.com/aws/aws-sdk-go/aws/credentials 13github.com/aws/aws-sdk-go/aws/credentials
8github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds 14github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
@@ -11,45 +17,63 @@ github.com/aws/aws-sdk-go/aws/session
11github.com/aws/aws-sdk-go/service/s3 17github.com/aws/aws-sdk-go/service/s3
12github.com/aws/aws-sdk-go/aws/awserr 18github.com/aws/aws-sdk-go/aws/awserr
13github.com/aws/aws-sdk-go/aws/endpoints 19github.com/aws/aws-sdk-go/aws/endpoints
20github.com/aws/aws-sdk-go/internal/sdkio
14github.com/aws/aws-sdk-go/internal/shareddefaults 21github.com/aws/aws-sdk-go/internal/shareddefaults
15github.com/aws/aws-sdk-go/aws/client 22github.com/aws/aws-sdk-go/aws/client
23github.com/aws/aws-sdk-go/internal/sdkuri
16github.com/aws/aws-sdk-go/aws/client/metadata 24github.com/aws/aws-sdk-go/aws/client/metadata
17github.com/aws/aws-sdk-go/aws/request
18github.com/aws/aws-sdk-go/aws/corehandlers 25github.com/aws/aws-sdk-go/aws/corehandlers
26github.com/aws/aws-sdk-go/aws/request
19github.com/aws/aws-sdk-go/aws/credentials/stscreds 27github.com/aws/aws-sdk-go/aws/credentials/stscreds
28github.com/aws/aws-sdk-go/aws/csm
20github.com/aws/aws-sdk-go/aws/defaults 29github.com/aws/aws-sdk-go/aws/defaults
21github.com/aws/aws-sdk-go/aws/awsutil 30github.com/aws/aws-sdk-go/aws/awsutil
22github.com/aws/aws-sdk-go/aws/signer/v4 31github.com/aws/aws-sdk-go/aws/signer/v4
23github.com/aws/aws-sdk-go/private/protocol 32github.com/aws/aws-sdk-go/private/protocol
33github.com/aws/aws-sdk-go/private/protocol/eventstream
34github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
35github.com/aws/aws-sdk-go/private/protocol/rest
24github.com/aws/aws-sdk-go/private/protocol/restxml 36github.com/aws/aws-sdk-go/private/protocol/restxml
37github.com/aws/aws-sdk-go/internal/sdkrand
25github.com/aws/aws-sdk-go/service/sts 38github.com/aws/aws-sdk-go/service/sts
26github.com/aws/aws-sdk-go/aws/credentials/endpointcreds 39github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
27github.com/aws/aws-sdk-go/private/protocol/rest
28github.com/aws/aws-sdk-go/private/protocol/query 40github.com/aws/aws-sdk-go/private/protocol/query
29github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil 41github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
30github.com/aws/aws-sdk-go/private/protocol/query/queryutil 42github.com/aws/aws-sdk-go/private/protocol/query/queryutil
31# github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d 43# github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
32github.com/bgentry/go-netrc/netrc 44github.com/bgentry/go-netrc/netrc
45# github.com/bgentry/speakeasy v0.0.0-20161015143505-675b82c74c0e
46github.com/bgentry/speakeasy
33# github.com/blang/semver v3.5.1+incompatible 47# github.com/blang/semver v3.5.1+incompatible
34github.com/blang/semver 48github.com/blang/semver
35# github.com/davecgh/go-spew v1.1.0 49# github.com/davecgh/go-spew v1.1.1
36github.com/davecgh/go-spew/spew 50github.com/davecgh/go-spew/spew
37# github.com/go-ini/ini v1.23.1 51# github.com/go-ini/ini v1.25.4
38github.com/go-ini/ini 52github.com/go-ini/ini
53# github.com/golang/protobuf v1.2.0
54github.com/golang/protobuf/proto
55github.com/golang/protobuf/ptypes
56github.com/golang/protobuf/ptypes/any
57github.com/golang/protobuf/ptypes/duration
58github.com/golang/protobuf/ptypes/timestamp
39# github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce 59# github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
40github.com/hashicorp/errwrap 60github.com/hashicorp/errwrap
41# github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 61# github.com/hashicorp/go-cleanhttp v0.5.0
42github.com/hashicorp/go-cleanhttp 62github.com/hashicorp/go-cleanhttp
43# github.com/hashicorp/go-getter v0.0.0-20170207215532-c3d66e76678d 63# github.com/hashicorp/go-getter v0.0.0-20180327010114-90bb99a48d86
44github.com/hashicorp/go-getter 64github.com/hashicorp/go-getter
45github.com/hashicorp/go-getter/helper/url 65github.com/hashicorp/go-getter/helper/url
66# github.com/hashicorp/go-hclog v0.0.0-20170716174523-b4e5765d1e5f
67github.com/hashicorp/go-hclog
46# github.com/hashicorp/go-multierror v0.0.0-20150916205742-d30f09973e19 68# github.com/hashicorp/go-multierror v0.0.0-20150916205742-d30f09973e19
47github.com/hashicorp/go-multierror 69github.com/hashicorp/go-multierror
48# github.com/hashicorp/go-plugin v0.0.0-20170217162722-f72692aebca2 70# github.com/hashicorp/go-plugin v0.0.0-20180125190438-e53f54cbf51e
49github.com/hashicorp/go-plugin 71github.com/hashicorp/go-plugin
50# github.com/hashicorp/go-uuid v0.0.0-20160120003506-36289988d83c 72# github.com/hashicorp/go-safetemp v0.0.0-20180326211150-b1a1dbde6fdc
73github.com/hashicorp/go-safetemp
74# github.com/hashicorp/go-uuid v1.0.0
51github.com/hashicorp/go-uuid 75github.com/hashicorp/go-uuid
52# github.com/hashicorp/go-version v0.0.0-20161031182605-e96d38404026 76# github.com/hashicorp/go-version v1.0.0
53github.com/hashicorp/go-version 77github.com/hashicorp/go-version
54# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f 78# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
55github.com/hashicorp/hcl 79github.com/hashicorp/hcl
@@ -61,47 +85,89 @@ github.com/hashicorp/hcl/hcl/scanner
61github.com/hashicorp/hcl/hcl/strconv 85github.com/hashicorp/hcl/hcl/strconv
62github.com/hashicorp/hcl/json/scanner 86github.com/hashicorp/hcl/json/scanner
63github.com/hashicorp/hcl/json/token 87github.com/hashicorp/hcl/json/token
64# github.com/hashicorp/hil v0.0.0-20170512213305-fac2259da677 88# github.com/hashicorp/hcl2 v0.0.0-20180308163058-5f8ed954abd8
89github.com/hashicorp/hcl2/gohcl
90github.com/hashicorp/hcl2/hcl
91github.com/hashicorp/hcl2/hclparse
92github.com/hashicorp/hcl2/hcldec
93github.com/hashicorp/hcl2/hcl/hclsyntax
94github.com/hashicorp/hcl2/hcl/json
95# github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250
65github.com/hashicorp/hil 96github.com/hashicorp/hil
66github.com/hashicorp/hil/ast 97github.com/hashicorp/hil/ast
67github.com/hashicorp/hil/parser 98github.com/hashicorp/hil/parser
68github.com/hashicorp/hil/scanner 99github.com/hashicorp/hil/scanner
69# github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 100# github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3
70github.com/hashicorp/logutils 101github.com/hashicorp/logutils
71# github.com/hashicorp/terraform v0.10.0 102# github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826
72github.com/hashicorp/terraform/plugin 103github.com/hashicorp/terraform/plugin
73github.com/hashicorp/terraform/helper/schema 104github.com/hashicorp/terraform/helper/schema
74github.com/hashicorp/terraform/terraform 105github.com/hashicorp/terraform/terraform
75github.com/hashicorp/terraform/plugin/discovery 106github.com/hashicorp/terraform/plugin/discovery
76github.com/hashicorp/terraform/config 107github.com/hashicorp/terraform/config
108github.com/hashicorp/terraform/config/configschema
77github.com/hashicorp/terraform/helper/hashcode 109github.com/hashicorp/terraform/helper/hashcode
78github.com/hashicorp/terraform/config/module 110github.com/hashicorp/terraform/config/module
79github.com/hashicorp/terraform/dag 111github.com/hashicorp/terraform/dag
80github.com/hashicorp/terraform/flatmap 112github.com/hashicorp/terraform/flatmap
81github.com/hashicorp/terraform/helper/experiment
82github.com/hashicorp/terraform/helper/hilmapstructure 113github.com/hashicorp/terraform/helper/hilmapstructure
83github.com/hashicorp/terraform/helper/shadow 114github.com/hashicorp/terraform/httpclient
84github.com/hashicorp/terraform/moduledeps 115github.com/hashicorp/terraform/moduledeps
116github.com/hashicorp/terraform/tfdiags
117github.com/hashicorp/terraform/version
85github.com/hashicorp/terraform/helper/resource 118github.com/hashicorp/terraform/helper/resource
119github.com/hashicorp/terraform/config/hcl2shim
120github.com/hashicorp/terraform/registry
121github.com/hashicorp/terraform/registry/regsrc
122github.com/hashicorp/terraform/registry/response
123github.com/hashicorp/terraform/svchost/disco
86github.com/hashicorp/terraform/helper/config 124github.com/hashicorp/terraform/helper/config
87github.com/hashicorp/terraform/helper/logging 125github.com/hashicorp/terraform/helper/logging
126github.com/hashicorp/terraform/svchost
127github.com/hashicorp/terraform/svchost/auth
88# github.com/hashicorp/yamux v0.0.0-20160720233140-d1caa6c97c9f 128# github.com/hashicorp/yamux v0.0.0-20160720233140-d1caa6c97c9f
89github.com/hashicorp/yamux 129github.com/hashicorp/yamux
90# github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 130# github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7
91github.com/jmespath/go-jmespath 131github.com/jmespath/go-jmespath
92# github.com/mitchellh/copystructure v0.0.0-20161013195342-5af94aef99f5 132# github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c
133github.com/mattn/go-isatty
134# github.com/mitchellh/cli v0.0.0-20171129193617-33edc47170b5
135github.com/mitchellh/cli
136# github.com/mitchellh/copystructure v0.0.0-20170525013902-d23ffcb85de3
93github.com/mitchellh/copystructure 137github.com/mitchellh/copystructure
94# github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 138# github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
95github.com/mitchellh/go-homedir 139github.com/mitchellh/go-homedir
140# github.com/mitchellh/go-testing-interface v0.0.0-20170730050907-9a441910b168
141github.com/mitchellh/go-testing-interface
142# github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
143github.com/mitchellh/go-wordwrap
96# github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5 144# github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5
97github.com/mitchellh/hashstructure 145github.com/mitchellh/hashstructure
98# github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49 146# github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49
99github.com/mitchellh/mapstructure 147github.com/mitchellh/mapstructure
100# github.com/mitchellh/reflectwalk v0.0.0-20161003174516-92573fe8d000 148# github.com/mitchellh/reflectwalk v0.0.0-20170726202117-63d60e9d0dbc
101github.com/mitchellh/reflectwalk 149github.com/mitchellh/reflectwalk
102# github.com/satori/go.uuid v0.0.0-20160927100844-b061729afc07 150# github.com/oklog/run v1.0.0
103github.com/satori/go.uuid 151github.com/oklog/run
104# golang.org/x/crypto v0.0.0-20170808112155-b176d7def5d7 152# github.com/posener/complete v0.0.0-20171219111128-6bee943216c8
153github.com/posener/complete
154github.com/posener/complete/cmd/install
155github.com/posener/complete/cmd
156github.com/posener/complete/match
157# github.com/ulikunitz/xz v0.5.4
158github.com/ulikunitz/xz
159github.com/ulikunitz/xz/internal/xlog
160github.com/ulikunitz/xz/lzma
161github.com/ulikunitz/xz/internal/hash
162# github.com/zclconf/go-cty v0.0.0-20180302160414-49fa5e03c418
163github.com/zclconf/go-cty/cty
164github.com/zclconf/go-cty/cty/convert
165github.com/zclconf/go-cty/cty/function
166github.com/zclconf/go-cty/cty/function/stdlib
167github.com/zclconf/go-cty/cty/set
168github.com/zclconf/go-cty/cty/gocty
169github.com/zclconf/go-cty/cty/json
170# golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759
105golang.org/x/crypto/openpgp 171golang.org/x/crypto/openpgp
106golang.org/x/crypto/bcrypt 172golang.org/x/crypto/bcrypt
107golang.org/x/crypto/openpgp/armor 173golang.org/x/crypto/openpgp/armor
@@ -111,6 +177,40 @@ golang.org/x/crypto/openpgp/s2k
111golang.org/x/crypto/blowfish 177golang.org/x/crypto/blowfish
112golang.org/x/crypto/cast5 178golang.org/x/crypto/cast5
113golang.org/x/crypto/openpgp/elgamal 179golang.org/x/crypto/openpgp/elgamal
114# golang.org/x/net v0.0.0-20170809000501-1c05540f6879 180# golang.org/x/net v0.0.0-20171004034648-a04bdaca5b32
181golang.org/x/net/context
115golang.org/x/net/html 182golang.org/x/net/html
183golang.org/x/net/http2
184golang.org/x/net/trace
116golang.org/x/net/html/atom 185golang.org/x/net/html/atom
186golang.org/x/net/http2/hpack
187golang.org/x/net/idna
188golang.org/x/net/lex/httplex
189golang.org/x/net/internal/timeseries
190# golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5
191golang.org/x/sys/unix
192# golang.org/x/text v0.3.0
193golang.org/x/text/unicode/norm
194golang.org/x/text/transform
195golang.org/x/text/secure/bidirule
196golang.org/x/text/unicode/bidi
197# google.golang.org/genproto v0.0.0-20171002232614-f676e0f3ac63
198google.golang.org/genproto/googleapis/rpc/status
199# google.golang.org/grpc v0.0.0-20170809211603-7657092a1303
200google.golang.org/grpc
201google.golang.org/grpc/credentials
202google.golang.org/grpc/health
203google.golang.org/grpc/health/grpc_health_v1
204google.golang.org/grpc/codes
205google.golang.org/grpc/connectivity
206google.golang.org/grpc/grpclb/grpc_lb_v1
207google.golang.org/grpc/grpclog
208google.golang.org/grpc/internal
209google.golang.org/grpc/keepalive
210google.golang.org/grpc/metadata
211google.golang.org/grpc/naming
212google.golang.org/grpc/peer
213google.golang.org/grpc/stats
214google.golang.org/grpc/status
215google.golang.org/grpc/tap
216google.golang.org/grpc/transport