aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
committerNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
commit107c1cdb09c575aa2f61d97f48d8587eb6bada4c (patch)
treeca7d008643efc555c388baeaf1d986e0b6b3e28c /vendor/modules.txt
parent844b5a68d8af4791755b8f0ad293cc99f5959183 (diff)
downloadterraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.gz
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.zst
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.zip
Upgrade to 0.12
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt238
1 files changed, 179 insertions, 59 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 1813980..e083517 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1,14 +1,22 @@
1# cloud.google.com/go v0.36.0
2cloud.google.com/go/storage
3cloud.google.com/go/iam
4cloud.google.com/go/internal
5cloud.google.com/go/internal/optional
6cloud.google.com/go/internal/trace
7cloud.google.com/go/internal/version
8cloud.google.com/go/compute/metadata
1# github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 9# github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3
2github.com/DreamItGetIT/statuscake 10github.com/DreamItGetIT/statuscake
3# github.com/agext/levenshtein v1.2.1 11# github.com/agext/levenshtein v1.2.2
4github.com/agext/levenshtein 12github.com/agext/levenshtein
5# github.com/apparentlymart/go-cidr v0.0.0-20170616213631-2bd8b58cf427 13# github.com/apparentlymart/go-cidr v1.0.0
6github.com/apparentlymart/go-cidr/cidr 14github.com/apparentlymart/go-cidr/cidr
7# github.com/apparentlymart/go-textseg v0.0.0-20170531203952-b836f5c4d331 15# github.com/apparentlymart/go-textseg v1.0.0
8github.com/apparentlymart/go-textseg/textseg 16github.com/apparentlymart/go-textseg/textseg
9# github.com/armon/go-radix v0.0.0-20160115234725-4239b77079c7 17# github.com/armon/go-radix v1.0.0
10github.com/armon/go-radix 18github.com/armon/go-radix
11# github.com/aws/aws-sdk-go v1.14.31 19# github.com/aws/aws-sdk-go v1.19.18
12github.com/aws/aws-sdk-go/aws 20github.com/aws/aws-sdk-go/aws
13github.com/aws/aws-sdk-go/aws/credentials 21github.com/aws/aws-sdk-go/aws/credentials
14github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds 22github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
@@ -18,17 +26,20 @@ github.com/aws/aws-sdk-go/service/s3
18github.com/aws/aws-sdk-go/aws/awserr 26github.com/aws/aws-sdk-go/aws/awserr
19github.com/aws/aws-sdk-go/aws/endpoints 27github.com/aws/aws-sdk-go/aws/endpoints
20github.com/aws/aws-sdk-go/internal/sdkio 28github.com/aws/aws-sdk-go/internal/sdkio
29github.com/aws/aws-sdk-go/internal/ini
21github.com/aws/aws-sdk-go/internal/shareddefaults 30github.com/aws/aws-sdk-go/internal/shareddefaults
22github.com/aws/aws-sdk-go/aws/client 31github.com/aws/aws-sdk-go/aws/client
23github.com/aws/aws-sdk-go/internal/sdkuri 32github.com/aws/aws-sdk-go/internal/sdkuri
24github.com/aws/aws-sdk-go/aws/client/metadata 33github.com/aws/aws-sdk-go/aws/client/metadata
25github.com/aws/aws-sdk-go/aws/corehandlers 34github.com/aws/aws-sdk-go/aws/corehandlers
26github.com/aws/aws-sdk-go/aws/request 35github.com/aws/aws-sdk-go/aws/request
36github.com/aws/aws-sdk-go/aws/credentials/processcreds
27github.com/aws/aws-sdk-go/aws/credentials/stscreds 37github.com/aws/aws-sdk-go/aws/credentials/stscreds
28github.com/aws/aws-sdk-go/aws/csm 38github.com/aws/aws-sdk-go/aws/csm
29github.com/aws/aws-sdk-go/aws/defaults 39github.com/aws/aws-sdk-go/aws/defaults
30github.com/aws/aws-sdk-go/aws/awsutil 40github.com/aws/aws-sdk-go/aws/awsutil
31github.com/aws/aws-sdk-go/aws/signer/v4 41github.com/aws/aws-sdk-go/aws/signer/v4
42github.com/aws/aws-sdk-go/internal/s3err
32github.com/aws/aws-sdk-go/private/protocol 43github.com/aws/aws-sdk-go/private/protocol
33github.com/aws/aws-sdk-go/private/protocol/eventstream 44github.com/aws/aws-sdk-go/private/protocol/eventstream
34github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi 45github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
@@ -42,38 +53,47 @@ github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
42github.com/aws/aws-sdk-go/private/protocol/query/queryutil 53github.com/aws/aws-sdk-go/private/protocol/query/queryutil
43# github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d 54# github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
44github.com/bgentry/go-netrc/netrc 55github.com/bgentry/go-netrc/netrc
45# github.com/bgentry/speakeasy v0.0.0-20161015143505-675b82c74c0e 56# github.com/bgentry/speakeasy v0.1.0
46github.com/bgentry/speakeasy 57github.com/bgentry/speakeasy
47# github.com/blang/semver v3.5.1+incompatible 58# github.com/blang/semver v3.5.1+incompatible
48github.com/blang/semver 59github.com/blang/semver
49# github.com/davecgh/go-spew v1.1.1 60# github.com/davecgh/go-spew v1.1.1
50github.com/davecgh/go-spew/spew 61github.com/davecgh/go-spew/spew
51# github.com/go-ini/ini v1.25.4 62# github.com/fatih/color v1.7.0
52github.com/go-ini/ini 63github.com/fatih/color
53# github.com/golang/protobuf v1.2.0 64# github.com/golang/protobuf v1.3.0
54github.com/golang/protobuf/proto 65github.com/golang/protobuf/proto
55github.com/golang/protobuf/ptypes 66github.com/golang/protobuf/ptypes
56github.com/golang/protobuf/ptypes/any 67github.com/golang/protobuf/ptypes/any
57github.com/golang/protobuf/ptypes/duration 68github.com/golang/protobuf/ptypes/duration
58github.com/golang/protobuf/ptypes/timestamp 69github.com/golang/protobuf/ptypes/timestamp
59# github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce 70github.com/golang/protobuf/protoc-gen-go/descriptor
71# github.com/google/go-cmp v0.2.0
72github.com/google/go-cmp/cmp
73github.com/google/go-cmp/cmp/internal/diff
74github.com/google/go-cmp/cmp/internal/function
75github.com/google/go-cmp/cmp/internal/value
76# github.com/googleapis/gax-go/v2 v2.0.3
77github.com/googleapis/gax-go/v2
78# github.com/hashicorp/errwrap v1.0.0
60github.com/hashicorp/errwrap 79github.com/hashicorp/errwrap
61# github.com/hashicorp/go-cleanhttp v0.5.0 80# github.com/hashicorp/go-cleanhttp v0.5.0
62github.com/hashicorp/go-cleanhttp 81github.com/hashicorp/go-cleanhttp
63# github.com/hashicorp/go-getter v0.0.0-20180327010114-90bb99a48d86 82# github.com/hashicorp/go-getter v1.3.0
64github.com/hashicorp/go-getter 83github.com/hashicorp/go-getter
65github.com/hashicorp/go-getter/helper/url 84github.com/hashicorp/go-getter/helper/url
66# github.com/hashicorp/go-hclog v0.0.0-20170716174523-b4e5765d1e5f 85# github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
67github.com/hashicorp/go-hclog 86github.com/hashicorp/go-hclog
68# github.com/hashicorp/go-multierror v0.0.0-20150916205742-d30f09973e19 87# github.com/hashicorp/go-multierror v1.0.0
69github.com/hashicorp/go-multierror 88github.com/hashicorp/go-multierror
70# github.com/hashicorp/go-plugin v0.0.0-20180125190438-e53f54cbf51e 89# github.com/hashicorp/go-plugin v1.0.1-0.20190430211030-5692942914bb
71github.com/hashicorp/go-plugin 90github.com/hashicorp/go-plugin
72# github.com/hashicorp/go-safetemp v0.0.0-20180326211150-b1a1dbde6fdc 91github.com/hashicorp/go-plugin/internal/plugin
92# github.com/hashicorp/go-safetemp v1.0.0
73github.com/hashicorp/go-safetemp 93github.com/hashicorp/go-safetemp
74# github.com/hashicorp/go-uuid v1.0.0 94# github.com/hashicorp/go-uuid v1.0.1
75github.com/hashicorp/go-uuid 95github.com/hashicorp/go-uuid
76# github.com/hashicorp/go-version v1.0.0 96# github.com/hashicorp/go-version v1.1.0
77github.com/hashicorp/go-version 97github.com/hashicorp/go-version
78# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f 98# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
79github.com/hashicorp/hcl 99github.com/hashicorp/hcl
@@ -85,89 +105,141 @@ github.com/hashicorp/hcl/hcl/scanner
85github.com/hashicorp/hcl/hcl/strconv 105github.com/hashicorp/hcl/hcl/strconv
86github.com/hashicorp/hcl/json/scanner 106github.com/hashicorp/hcl/json/scanner
87github.com/hashicorp/hcl/json/token 107github.com/hashicorp/hcl/json/token
88# github.com/hashicorp/hcl2 v0.0.0-20180308163058-5f8ed954abd8 108# github.com/hashicorp/hcl2 v0.0.0-20190515223218-4b22149b7cef
89github.com/hashicorp/hcl2/gohcl
90github.com/hashicorp/hcl2/hcl 109github.com/hashicorp/hcl2/hcl
91github.com/hashicorp/hcl2/hclparse
92github.com/hashicorp/hcl2/hcldec
93github.com/hashicorp/hcl2/hcl/hclsyntax 110github.com/hashicorp/hcl2/hcl/hclsyntax
111github.com/hashicorp/hcl2/hcldec
112github.com/hashicorp/hcl2/gohcl
113github.com/hashicorp/hcl2/hclparse
114github.com/hashicorp/hcl2/ext/typeexpr
115github.com/hashicorp/hcl2/ext/dynblock
116github.com/hashicorp/hcl2/hclwrite
94github.com/hashicorp/hcl2/hcl/json 117github.com/hashicorp/hcl2/hcl/json
95# github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 118github.com/hashicorp/hcl2/hcled
119# github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590
96github.com/hashicorp/hil 120github.com/hashicorp/hil
97github.com/hashicorp/hil/ast 121github.com/hashicorp/hil/ast
98github.com/hashicorp/hil/parser 122github.com/hashicorp/hil/parser
99github.com/hashicorp/hil/scanner 123github.com/hashicorp/hil/scanner
100# github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 124# github.com/hashicorp/logutils v1.0.0
101github.com/hashicorp/logutils 125github.com/hashicorp/logutils
102# github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826 126# github.com/hashicorp/terraform v0.12.0
103github.com/hashicorp/terraform/plugin 127github.com/hashicorp/terraform/plugin
104github.com/hashicorp/terraform/helper/schema 128github.com/hashicorp/terraform/helper/schema
105github.com/hashicorp/terraform/terraform 129github.com/hashicorp/terraform/terraform
130github.com/hashicorp/terraform/configs/configschema
131github.com/hashicorp/terraform/helper/plugin
132github.com/hashicorp/terraform/internal/tfplugin5
133github.com/hashicorp/terraform/plugin/convert
106github.com/hashicorp/terraform/plugin/discovery 134github.com/hashicorp/terraform/plugin/discovery
135github.com/hashicorp/terraform/providers
136github.com/hashicorp/terraform/provisioners
137github.com/hashicorp/terraform/version
107github.com/hashicorp/terraform/config 138github.com/hashicorp/terraform/config
108github.com/hashicorp/terraform/config/configschema 139github.com/hashicorp/terraform/config/hcl2shim
109github.com/hashicorp/terraform/helper/hashcode 140github.com/hashicorp/terraform/helper/hashcode
141github.com/hashicorp/terraform/tfdiags
142github.com/hashicorp/terraform/addrs
110github.com/hashicorp/terraform/config/module 143github.com/hashicorp/terraform/config/module
144github.com/hashicorp/terraform/configs
111github.com/hashicorp/terraform/dag 145github.com/hashicorp/terraform/dag
112github.com/hashicorp/terraform/flatmap 146github.com/hashicorp/terraform/flatmap
113github.com/hashicorp/terraform/helper/hilmapstructure 147github.com/hashicorp/terraform/helper/didyoumean
114github.com/hashicorp/terraform/httpclient 148github.com/hashicorp/terraform/httpclient
149github.com/hashicorp/terraform/lang
115github.com/hashicorp/terraform/moduledeps 150github.com/hashicorp/terraform/moduledeps
116github.com/hashicorp/terraform/tfdiags 151github.com/hashicorp/terraform/plans
117github.com/hashicorp/terraform/version 152github.com/hashicorp/terraform/plans/objchange
153github.com/hashicorp/terraform/states
154github.com/hashicorp/terraform/states/statefile
118github.com/hashicorp/terraform/helper/resource 155github.com/hashicorp/terraform/helper/resource
119github.com/hashicorp/terraform/config/hcl2shim
120github.com/hashicorp/terraform/registry 156github.com/hashicorp/terraform/registry
121github.com/hashicorp/terraform/registry/regsrc 157github.com/hashicorp/terraform/registry/regsrc
122github.com/hashicorp/terraform/registry/response 158github.com/hashicorp/terraform/registry/response
123github.com/hashicorp/terraform/svchost/disco 159github.com/hashicorp/terraform/svchost/disco
160github.com/hashicorp/terraform/helper/hilmapstructure
161github.com/hashicorp/terraform/lang/blocktoattr
162github.com/hashicorp/terraform/lang/funcs
163github.com/hashicorp/terraform/command/format
164github.com/hashicorp/terraform/configs/configload
124github.com/hashicorp/terraform/helper/config 165github.com/hashicorp/terraform/helper/config
125github.com/hashicorp/terraform/helper/logging 166github.com/hashicorp/terraform/helper/logging
167github.com/hashicorp/terraform/internal/initwd
126github.com/hashicorp/terraform/svchost 168github.com/hashicorp/terraform/svchost
127github.com/hashicorp/terraform/svchost/auth 169github.com/hashicorp/terraform/svchost/auth
128# github.com/hashicorp/yamux v0.0.0-20160720233140-d1caa6c97c9f 170github.com/hashicorp/terraform/internal/modsdir
171github.com/hashicorp/terraform/internal/earlyconfig
172# github.com/hashicorp/terraform-config-inspect v0.0.0-20190327195015-8022a2663a70
173github.com/hashicorp/terraform-config-inspect/tfconfig
174# github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb
129github.com/hashicorp/yamux 175github.com/hashicorp/yamux
130# github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 176# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
131github.com/jmespath/go-jmespath 177github.com/jmespath/go-jmespath
132# github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c 178# github.com/mattn/go-colorable v0.1.1
179github.com/mattn/go-colorable
180# github.com/mattn/go-isatty v0.0.5
133github.com/mattn/go-isatty 181github.com/mattn/go-isatty
134# github.com/mitchellh/cli v0.0.0-20171129193617-33edc47170b5 182# github.com/mitchellh/cli v1.0.0
135github.com/mitchellh/cli 183github.com/mitchellh/cli
136# github.com/mitchellh/copystructure v0.0.0-20170525013902-d23ffcb85de3 184# github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
185github.com/mitchellh/colorstring
186# github.com/mitchellh/copystructure v1.0.0
137github.com/mitchellh/copystructure 187github.com/mitchellh/copystructure
138# github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 188# github.com/mitchellh/go-homedir v1.0.0
139github.com/mitchellh/go-homedir 189github.com/mitchellh/go-homedir
140# github.com/mitchellh/go-testing-interface v0.0.0-20170730050907-9a441910b168 190# github.com/mitchellh/go-testing-interface v1.0.0
141github.com/mitchellh/go-testing-interface 191github.com/mitchellh/go-testing-interface
142# github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 192# github.com/mitchellh/go-wordwrap v1.0.0
143github.com/mitchellh/go-wordwrap 193github.com/mitchellh/go-wordwrap
144# github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5 194# github.com/mitchellh/hashstructure v1.0.0
145github.com/mitchellh/hashstructure 195github.com/mitchellh/hashstructure
146# github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49 196# github.com/mitchellh/mapstructure v1.1.2
147github.com/mitchellh/mapstructure 197github.com/mitchellh/mapstructure
148# github.com/mitchellh/reflectwalk v0.0.0-20170726202117-63d60e9d0dbc 198# github.com/mitchellh/reflectwalk v1.0.0
149github.com/mitchellh/reflectwalk 199github.com/mitchellh/reflectwalk
150# github.com/oklog/run v1.0.0 200# github.com/oklog/run v1.0.0
151github.com/oklog/run 201github.com/oklog/run
152# github.com/posener/complete v0.0.0-20171219111128-6bee943216c8 202# github.com/posener/complete v1.2.1
153github.com/posener/complete 203github.com/posener/complete
154github.com/posener/complete/cmd/install 204github.com/posener/complete/cmd/install
155github.com/posener/complete/cmd 205github.com/posener/complete/cmd
156github.com/posener/complete/match 206github.com/posener/complete/match
157# github.com/ulikunitz/xz v0.5.4 207# github.com/spf13/afero v1.2.1
208github.com/spf13/afero
209github.com/spf13/afero/mem
210# github.com/ulikunitz/xz v0.5.5
158github.com/ulikunitz/xz 211github.com/ulikunitz/xz
159github.com/ulikunitz/xz/internal/xlog 212github.com/ulikunitz/xz/internal/xlog
160github.com/ulikunitz/xz/lzma 213github.com/ulikunitz/xz/lzma
161github.com/ulikunitz/xz/internal/hash 214github.com/ulikunitz/xz/internal/hash
162# github.com/zclconf/go-cty v0.0.0-20180302160414-49fa5e03c418 215# github.com/vmihailenco/msgpack v4.0.1+incompatible
216github.com/vmihailenco/msgpack
217github.com/vmihailenco/msgpack/codes
218# github.com/zclconf/go-cty v0.0.0-20190516203816-4fecf87372ec
163github.com/zclconf/go-cty/cty 219github.com/zclconf/go-cty/cty
220github.com/zclconf/go-cty/cty/msgpack
164github.com/zclconf/go-cty/cty/convert 221github.com/zclconf/go-cty/cty/convert
222github.com/zclconf/go-cty/cty/json
223github.com/zclconf/go-cty/cty/gocty
224github.com/zclconf/go-cty/cty/set
165github.com/zclconf/go-cty/cty/function 225github.com/zclconf/go-cty/cty/function
166github.com/zclconf/go-cty/cty/function/stdlib 226github.com/zclconf/go-cty/cty/function/stdlib
167github.com/zclconf/go-cty/cty/set 227# go.opencensus.io v0.18.0
168github.com/zclconf/go-cty/cty/gocty 228go.opencensus.io/trace
169github.com/zclconf/go-cty/cty/json 229go.opencensus.io/plugin/ochttp
170# golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759 230go.opencensus.io/exemplar
231go.opencensus.io/internal
232go.opencensus.io/trace/internal
233go.opencensus.io/trace/tracestate
234go.opencensus.io/plugin/ochttp/propagation/b3
235go.opencensus.io/stats
236go.opencensus.io/stats/view
237go.opencensus.io/tag
238go.opencensus.io/trace/propagation
239go.opencensus.io
240go.opencensus.io/stats/internal
241go.opencensus.io/internal/tagencoding
242# golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
171golang.org/x/crypto/openpgp 243golang.org/x/crypto/openpgp
172golang.org/x/crypto/bcrypt 244golang.org/x/crypto/bcrypt
173golang.org/x/crypto/openpgp/armor 245golang.org/x/crypto/openpgp/armor
@@ -177,40 +249,88 @@ golang.org/x/crypto/openpgp/s2k
177golang.org/x/crypto/blowfish 249golang.org/x/crypto/blowfish
178golang.org/x/crypto/cast5 250golang.org/x/crypto/cast5
179golang.org/x/crypto/openpgp/elgamal 251golang.org/x/crypto/openpgp/elgamal
180# golang.org/x/net v0.0.0-20171004034648-a04bdaca5b32 252# golang.org/x/net v0.0.0-20190502183928-7f726cade0ab
181golang.org/x/net/context 253golang.org/x/net/context
182golang.org/x/net/html
183golang.org/x/net/http2
184golang.org/x/net/trace 254golang.org/x/net/trace
185golang.org/x/net/html/atom 255golang.org/x/net/internal/timeseries
256golang.org/x/net/http2
186golang.org/x/net/http2/hpack 257golang.org/x/net/http2/hpack
187golang.org/x/net/idna 258golang.org/x/net/idna
188golang.org/x/net/lex/httplex 259golang.org/x/net/http/httpguts
189golang.org/x/net/internal/timeseries 260golang.org/x/net/context/ctxhttp
190# golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 261# golang.org/x/oauth2 v0.0.0-20190220154721-9b3c75971fc9
262golang.org/x/oauth2
263golang.org/x/oauth2/google
264golang.org/x/oauth2/internal
265golang.org/x/oauth2/jws
266golang.org/x/oauth2/jwt
267# golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82
191golang.org/x/sys/unix 268golang.org/x/sys/unix
192# golang.org/x/text v0.3.0 269# golang.org/x/text v0.3.2
193golang.org/x/text/unicode/norm 270golang.org/x/text/unicode/norm
194golang.org/x/text/transform 271golang.org/x/text/transform
195golang.org/x/text/secure/bidirule 272golang.org/x/text/secure/bidirule
196golang.org/x/text/unicode/bidi 273golang.org/x/text/unicode/bidi
197# google.golang.org/genproto v0.0.0-20171002232614-f676e0f3ac63 274# google.golang.org/api v0.1.0
275google.golang.org/api/iterator
276google.golang.org/api/googleapi
277google.golang.org/api/option
278google.golang.org/api/storage/v1
279google.golang.org/api/transport/http
280google.golang.org/api/googleapi/internal/uritemplates
281google.golang.org/api/internal
282google.golang.org/api/gensupport
283google.golang.org/api/googleapi/transport
284google.golang.org/api/transport/http/internal/propagation
285# google.golang.org/appengine v1.4.0
286google.golang.org/appengine/datastore
287google.golang.org/appengine
288google.golang.org/appengine/internal
289google.golang.org/appengine/internal/datastore
290google.golang.org/appengine/urlfetch
291google.golang.org/appengine/internal/app_identity
292google.golang.org/appengine/internal/modules
293google.golang.org/appengine/internal/base
294google.golang.org/appengine/internal/log
295google.golang.org/appengine/internal/remote_api
296google.golang.org/appengine/internal/urlfetch
297# google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922
198google.golang.org/genproto/googleapis/rpc/status 298google.golang.org/genproto/googleapis/rpc/status
199# google.golang.org/grpc v0.0.0-20170809211603-7657092a1303 299google.golang.org/genproto/googleapis/iam/v1
300google.golang.org/genproto/googleapis/rpc/code
301google.golang.org/genproto/googleapis/api/annotations
302# google.golang.org/grpc v1.18.0
200google.golang.org/grpc 303google.golang.org/grpc
201google.golang.org/grpc/credentials 304google.golang.org/grpc/credentials
202google.golang.org/grpc/health 305google.golang.org/grpc/health
203google.golang.org/grpc/health/grpc_health_v1 306google.golang.org/grpc/health/grpc_health_v1
307google.golang.org/grpc/balancer
308google.golang.org/grpc/balancer/roundrobin
204google.golang.org/grpc/codes 309google.golang.org/grpc/codes
205google.golang.org/grpc/connectivity 310google.golang.org/grpc/connectivity
206google.golang.org/grpc/grpclb/grpc_lb_v1 311google.golang.org/grpc/encoding
312google.golang.org/grpc/encoding/proto
207google.golang.org/grpc/grpclog 313google.golang.org/grpc/grpclog
208google.golang.org/grpc/internal 314google.golang.org/grpc/internal
315google.golang.org/grpc/internal/backoff
316google.golang.org/grpc/internal/binarylog
317google.golang.org/grpc/internal/channelz
318google.golang.org/grpc/internal/envconfig
319google.golang.org/grpc/internal/grpcrand
320google.golang.org/grpc/internal/grpcsync
321google.golang.org/grpc/internal/transport
209google.golang.org/grpc/keepalive 322google.golang.org/grpc/keepalive
210google.golang.org/grpc/metadata 323google.golang.org/grpc/metadata
211google.golang.org/grpc/naming 324google.golang.org/grpc/naming
212google.golang.org/grpc/peer 325google.golang.org/grpc/peer
326google.golang.org/grpc/resolver
327google.golang.org/grpc/resolver/dns
328google.golang.org/grpc/resolver/passthrough
213google.golang.org/grpc/stats 329google.golang.org/grpc/stats
214google.golang.org/grpc/status 330google.golang.org/grpc/status
215google.golang.org/grpc/tap 331google.golang.org/grpc/tap
216google.golang.org/grpc/transport 332google.golang.org/grpc/test/bufconn
333google.golang.org/grpc/credentials/internal
334google.golang.org/grpc/balancer/base
335google.golang.org/grpc/binarylog/grpc_binarylog_v1
336google.golang.org/grpc/internal/syscall