summaryrefslogtreecommitdiffstats
path: root/images/dot/containerd.dot
blob: f6743960f05c2e4b78ef6aa1dbe8a517a1e4eab2 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
digraph godep {
nodesep=0.4
ranksep=0.8
node [shape="box",style="rounded,filled"]
edge [arrowsize="0.5"]
"bufio" [label="bufio" color="palegreen" URL="https://godoc.org/bufio" target="_blank"];
"bytes" [label="bytes" color="palegreen" URL="https://godoc.org/bytes" target="_blank"];
"compress/gzip" [label="compress/gzip" color="palegreen" URL="https://godoc.org/compress/gzip" target="_blank"];
"container/list" [label="container/list" color="palegreen" URL="https://godoc.org/container/list" target="_blank"];
"context" [label="context" color="palegreen" URL="https://godoc.org/context" target="_blank"];
"crypto" [label="crypto" color="palegreen" URL="https://godoc.org/crypto" target="_blank"];
"encoding" [label="encoding" color="palegreen" URL="https://godoc.org/encoding" target="_blank"];
"encoding/base64" [label="encoding/base64" color="palegreen" URL="https://godoc.org/encoding/base64" target="_blank"];
"encoding/json" [label="encoding/json" color="palegreen" URL="https://godoc.org/encoding/json" target="_blank"];
"errors" [label="errors" color="palegreen" URL="https://godoc.org/errors" target="_blank"];
"fmt" [label="fmt" color="palegreen" URL="https://godoc.org/fmt" target="_blank"];
"github.com/containerd/containerd/archive/compression" [label="github.com/containerd/containerd/archive/compression" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/archive/compression" target="_blank"];
"github.com/containerd/containerd/archive/compression" -> "bufio";
"github.com/containerd/containerd/archive/compression" -> "bytes";
"github.com/containerd/containerd/archive/compression" -> "compress/gzip";
"github.com/containerd/containerd/archive/compression" -> "context";
"github.com/containerd/containerd/archive/compression" -> "fmt";
"github.com/containerd/containerd/archive/compression" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/archive/compression" -> "io";
"github.com/containerd/containerd/archive/compression" -> "os";
"github.com/containerd/containerd/archive/compression" -> "os/exec";
"github.com/containerd/containerd/archive/compression" -> "strconv";
"github.com/containerd/containerd/archive/compression" -> "sync";
"github.com/containerd/containerd/content" [label="github.com/containerd/containerd/content" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/content" target="_blank"];
"github.com/containerd/containerd/content" -> "context";
"github.com/containerd/containerd/content" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/content" -> "github.com/opencontainers/go-digest";
"github.com/containerd/containerd/content" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/content" -> "github.com/pkg/errors";
"github.com/containerd/containerd/content" -> "io";
"github.com/containerd/containerd/content" -> "io/ioutil";
"github.com/containerd/containerd/content" -> "math/rand";
"github.com/containerd/containerd/content" -> "sync";
"github.com/containerd/containerd/content" -> "time";
"github.com/containerd/containerd/errdefs" [label="github.com/containerd/containerd/errdefs" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/errdefs" target="_blank"];
"github.com/containerd/containerd/errdefs" -> "context";
"github.com/containerd/containerd/errdefs" -> "github.com/pkg/errors";
"github.com/containerd/containerd/errdefs" -> "google.golang.org/grpc/codes";
"github.com/containerd/containerd/errdefs" -> "google.golang.org/grpc/status";
"github.com/containerd/containerd/errdefs" -> "strings";
"github.com/containerd/containerd/images" [label="github.com/containerd/containerd/images" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/images" target="_blank"];
"github.com/containerd/containerd/images" -> "context";
"github.com/containerd/containerd/images" -> "encoding/json";
"github.com/containerd/containerd/images" -> "fmt";
"github.com/containerd/containerd/images" -> "github.com/containerd/containerd/content";
"github.com/containerd/containerd/images" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/images" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/images" -> "github.com/containerd/containerd/platforms";
"github.com/containerd/containerd/images" -> "github.com/opencontainers/go-digest";
"github.com/containerd/containerd/images" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/images" -> "github.com/pkg/errors";
"github.com/containerd/containerd/images" -> "golang.org/x/sync/errgroup";
"github.com/containerd/containerd/images" -> "golang.org/x/sync/semaphore";
"github.com/containerd/containerd/images" -> "io";
"github.com/containerd/containerd/images" -> "sort";
"github.com/containerd/containerd/images" -> "strings";
"github.com/containerd/containerd/images" -> "time";
"github.com/containerd/containerd/labels" [label="github.com/containerd/containerd/labels" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/labels" target="_blank"];
"github.com/containerd/containerd/labels" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/labels" -> "github.com/pkg/errors";
"github.com/containerd/containerd/log" [label="github.com/containerd/containerd/log" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/log" target="_blank"];
"github.com/containerd/containerd/log" -> "context";
"github.com/containerd/containerd/log" -> "github.com/sirupsen/logrus";
"github.com/containerd/containerd/log" -> "sync/atomic";
"github.com/containerd/containerd/platforms" [label="github.com/containerd/containerd/platforms" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/platforms" target="_blank"];
"github.com/containerd/containerd/platforms" -> "bufio";
"github.com/containerd/containerd/platforms" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/platforms" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/platforms" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/platforms" -> "github.com/pkg/errors";
"github.com/containerd/containerd/platforms" -> "os";
"github.com/containerd/containerd/platforms" -> "regexp";
"github.com/containerd/containerd/platforms" -> "runtime";
"github.com/containerd/containerd/platforms" -> "strconv";
"github.com/containerd/containerd/platforms" -> "strings";
"github.com/containerd/containerd/reference" [label="github.com/containerd/containerd/reference" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/reference" target="_blank"];
"github.com/containerd/containerd/reference" -> "errors";
"github.com/containerd/containerd/reference" -> "fmt";
"github.com/containerd/containerd/reference" -> "github.com/opencontainers/go-digest";
"github.com/containerd/containerd/reference" -> "net/url";
"github.com/containerd/containerd/reference" -> "path";
"github.com/containerd/containerd/reference" -> "regexp";
"github.com/containerd/containerd/reference" -> "strings";
"github.com/containerd/containerd/remotes" [label="github.com/containerd/containerd/remotes" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/remotes" target="_blank"];
"github.com/containerd/containerd/remotes" -> "context";
"github.com/containerd/containerd/remotes" -> "fmt";
"github.com/containerd/containerd/remotes" -> "github.com/containerd/containerd/content";
"github.com/containerd/containerd/remotes" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/remotes" -> "github.com/containerd/containerd/images";
"github.com/containerd/containerd/remotes" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/remotes" -> "github.com/containerd/containerd/platforms";
"github.com/containerd/containerd/remotes" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/remotes" -> "github.com/pkg/errors";
"github.com/containerd/containerd/remotes" -> "github.com/sirupsen/logrus";
"github.com/containerd/containerd/remotes" -> "io";
"github.com/containerd/containerd/remotes" -> "strings";
"github.com/containerd/containerd/remotes" -> "sync";
"github.com/containerd/containerd/remotes/docker" [label="github.com/containerd/containerd/remotes/docker" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/remotes/docker" target="_blank"];
"github.com/containerd/containerd/remotes/docker" -> "bytes";
"github.com/containerd/containerd/remotes/docker" -> "context";
"github.com/containerd/containerd/remotes/docker" -> "encoding/base64";
"github.com/containerd/containerd/remotes/docker" -> "encoding/json";
"github.com/containerd/containerd/remotes/docker" -> "fmt";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/content";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/images";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/labels";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/reference";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/remotes";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/remotes/docker/schema1";
"github.com/containerd/containerd/remotes/docker" -> "github.com/containerd/containerd/version";
"github.com/containerd/containerd/remotes/docker" -> "github.com/docker/distribution/registry/api/errcode";
"github.com/containerd/containerd/remotes/docker" -> "github.com/opencontainers/go-digest";
"github.com/containerd/containerd/remotes/docker" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/remotes/docker" -> "github.com/pkg/errors";
"github.com/containerd/containerd/remotes/docker" -> "github.com/sirupsen/logrus";
"github.com/containerd/containerd/remotes/docker" -> "golang.org/x/net/context/ctxhttp";
"github.com/containerd/containerd/remotes/docker" -> "io";
"github.com/containerd/containerd/remotes/docker" -> "io/ioutil";
"github.com/containerd/containerd/remotes/docker" -> "net/http";
"github.com/containerd/containerd/remotes/docker" -> "net/url";
"github.com/containerd/containerd/remotes/docker" -> "path";
"github.com/containerd/containerd/remotes/docker" -> "sort";
"github.com/containerd/containerd/remotes/docker" -> "strings";
"github.com/containerd/containerd/remotes/docker" -> "sync";
"github.com/containerd/containerd/remotes/docker" -> "time";
"github.com/containerd/containerd/remotes/docker/schema1" [label="github.com/containerd/containerd/remotes/docker/schema1" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/remotes/docker/schema1" target="_blank"];
"github.com/containerd/containerd/remotes/docker/schema1" -> "bytes";
"github.com/containerd/containerd/remotes/docker/schema1" -> "context";
"github.com/containerd/containerd/remotes/docker/schema1" -> "encoding/base64";
"github.com/containerd/containerd/remotes/docker/schema1" -> "encoding/json";
"github.com/containerd/containerd/remotes/docker/schema1" -> "fmt";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/archive/compression";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/content";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/errdefs";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/images";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/log";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/containerd/containerd/remotes";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/opencontainers/go-digest";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/opencontainers/image-spec/specs-go";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/opencontainers/image-spec/specs-go/v1";
"github.com/containerd/containerd/remotes/docker/schema1" -> "github.com/pkg/errors";
"github.com/containerd/containerd/remotes/docker/schema1" -> "golang.org/x/sync/errgroup";
"github.com/containerd/containerd/remotes/docker/schema1" -> "io";
"github.com/containerd/containerd/remotes/docker/schema1" -> "io/ioutil";
"github.com/containerd/containerd/remotes/docker/schema1" -> "strconv";
"github.com/containerd/containerd/remotes/docker/schema1" -> "strings";
"github.com/containerd/containerd/remotes/docker/schema1" -> "sync";
"github.com/containerd/containerd/remotes/docker/schema1" -> "time";
"github.com/containerd/containerd/version" [label="github.com/containerd/containerd/version" color="paleturquoise" URL="https://godoc.org/github.com/containerd/containerd/version" target="_blank"];
"github.com/docker/distribution/registry/api/errcode" [label="github.com/docker/distribution/registry/api/errcode" color="palegoldenrod" URL="https://godoc.org/github.com/docker/distribution/registry/api/errcode" target="_blank"];
"github.com/docker/distribution/registry/api/errcode" -> "encoding/json";
"github.com/docker/distribution/registry/api/errcode" -> "fmt";
"github.com/docker/distribution/registry/api/errcode" -> "net/http";
"github.com/docker/distribution/registry/api/errcode" -> "sort";
"github.com/docker/distribution/registry/api/errcode" -> "strings";
"github.com/docker/distribution/registry/api/errcode" -> "sync";
"github.com/golang/protobuf/proto" [label="github.com/golang/protobuf/proto" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/proto" target="_blank"];
"github.com/golang/protobuf/proto" -> "bufio";
"github.com/golang/protobuf/proto" -> "bytes";
"github.com/golang/protobuf/proto" -> "encoding";
"github.com/golang/protobuf/proto" -> "encoding/json";
"github.com/golang/protobuf/proto" -> "errors";
"github.com/golang/protobuf/proto" -> "fmt";
"github.com/golang/protobuf/proto" -> "io";
"github.com/golang/protobuf/proto" -> "log";
"github.com/golang/protobuf/proto" -> "math";
"github.com/golang/protobuf/proto" -> "os";
"github.com/golang/protobuf/proto" -> "reflect";
"github.com/golang/protobuf/proto" -> "sort";
"github.com/golang/protobuf/proto" -> "strconv";
"github.com/golang/protobuf/proto" -> "strings";
"github.com/golang/protobuf/proto" -> "sync";
"github.com/golang/protobuf/proto" -> "sync/atomic";
"github.com/golang/protobuf/proto" -> "unicode/utf8";
"github.com/golang/protobuf/proto" -> "unsafe";
"github.com/golang/protobuf/ptypes" [label="github.com/golang/protobuf/ptypes" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/ptypes" target="_blank"];
"github.com/golang/protobuf/ptypes" -> "errors";
"github.com/golang/protobuf/ptypes" -> "fmt";
"github.com/golang/protobuf/ptypes" -> "github.com/golang/protobuf/proto";
"github.com/golang/protobuf/ptypes" -> "github.com/golang/protobuf/ptypes/any";
"github.com/golang/protobuf/ptypes" -> "github.com/golang/protobuf/ptypes/duration";
"github.com/golang/protobuf/ptypes" -> "github.com/golang/protobuf/ptypes/timestamp";
"github.com/golang/protobuf/ptypes" -> "reflect";
"github.com/golang/protobuf/ptypes" -> "strings";
"github.com/golang/protobuf/ptypes" -> "time";
"github.com/golang/protobuf/ptypes/any" [label="github.com/golang/protobuf/ptypes/any" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/ptypes/any" target="_blank"];
"github.com/golang/protobuf/ptypes/any" -> "fmt";
"github.com/golang/protobuf/ptypes/any" -> "github.com/golang/protobuf/proto";
"github.com/golang/protobuf/ptypes/any" -> "math";
"github.com/golang/protobuf/ptypes/duration" [label="github.com/golang/protobuf/ptypes/duration" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/ptypes/duration" target="_blank"];
"github.com/golang/protobuf/ptypes/duration" -> "fmt";
"github.com/golang/protobuf/ptypes/duration" -> "github.com/golang/protobuf/proto";
"github.com/golang/protobuf/ptypes/duration" -> "math";
"github.com/golang/protobuf/ptypes/timestamp" [label="github.com/golang/protobuf/ptypes/timestamp" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/ptypes/timestamp" target="_blank"];
"github.com/golang/protobuf/ptypes/timestamp" -> "fmt";
"github.com/golang/protobuf/ptypes/timestamp" -> "github.com/golang/protobuf/proto";
"github.com/golang/protobuf/ptypes/timestamp" -> "math";
"github.com/opencontainers/go-digest" [label="github.com/opencontainers/go-digest" color="palegoldenrod" URL="https://godoc.org/github.com/opencontainers/go-digest" target="_blank"];
"github.com/opencontainers/go-digest" -> "crypto";
"github.com/opencontainers/go-digest" -> "fmt";
"github.com/opencontainers/go-digest" -> "hash";
"github.com/opencontainers/go-digest" -> "io";
"github.com/opencontainers/go-digest" -> "regexp";
"github.com/opencontainers/go-digest" -> "strings";
"github.com/opencontainers/image-spec/specs-go" [label="github.com/opencontainers/image-spec/specs-go" color="palegoldenrod" URL="https://godoc.org/github.com/opencontainers/image-spec/specs-go" target="_blank"];
"github.com/opencontainers/image-spec/specs-go" -> "fmt";
"github.com/opencontainers/image-spec/specs-go/v1" [label="github.com/opencontainers/image-spec/specs-go/v1" color="palegoldenrod" URL="https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1" target="_blank"];
"github.com/opencontainers/image-spec/specs-go/v1" -> "github.com/opencontainers/go-digest";
"github.com/opencontainers/image-spec/specs-go/v1" -> "github.com/opencontainers/image-spec/specs-go";
"github.com/opencontainers/image-spec/specs-go/v1" -> "time";
"github.com/pkg/errors" [label="github.com/pkg/errors" color="palegoldenrod" URL="https://godoc.org/github.com/pkg/errors" target="_blank"];
"github.com/pkg/errors" -> "fmt";
"github.com/pkg/errors" -> "io";
"github.com/pkg/errors" -> "path";
"github.com/pkg/errors" -> "runtime";
"github.com/pkg/errors" -> "strings";
"github.com/sirupsen/logrus" [label="github.com/sirupsen/logrus" color="palegoldenrod" URL="https://godoc.org/github.com/sirupsen/logrus" target="_blank"];
"github.com/sirupsen/logrus" -> "bufio";
"github.com/sirupsen/logrus" -> "bytes";
"github.com/sirupsen/logrus" -> "context";
"github.com/sirupsen/logrus" -> "encoding/json";
"github.com/sirupsen/logrus" -> "fmt";
"github.com/sirupsen/logrus" -> "golang.org/x/sys/unix";
"github.com/sirupsen/logrus" -> "io";
"github.com/sirupsen/logrus" -> "log";
"github.com/sirupsen/logrus" -> "os";
"github.com/sirupsen/logrus" -> "reflect";
"github.com/sirupsen/logrus" -> "runtime";
"github.com/sirupsen/logrus" -> "sort";
"github.com/sirupsen/logrus" -> "strings";
"github.com/sirupsen/logrus" -> "sync";
"github.com/sirupsen/logrus" -> "sync/atomic";
"github.com/sirupsen/logrus" -> "time";
"golang.org/x/net/context/ctxhttp" [label="golang.org/x/net/context/ctxhttp" color="palegoldenrod" URL="https://godoc.org/golang.org/x/net/context/ctxhttp" target="_blank"];
"golang.org/x/net/context/ctxhttp" -> "context";
"golang.org/x/net/context/ctxhttp" -> "io";
"golang.org/x/net/context/ctxhttp" -> "net/http";
"golang.org/x/net/context/ctxhttp" -> "net/url";
"golang.org/x/net/context/ctxhttp" -> "strings";
"golang.org/x/sync/errgroup" [label="golang.org/x/sync/errgroup" color="palegoldenrod" URL="https://godoc.org/golang.org/x/sync/errgroup" target="_blank"];
"golang.org/x/sync/errgroup" -> "context";
"golang.org/x/sync/errgroup" -> "sync";
"golang.org/x/sync/semaphore" [label="golang.org/x/sync/semaphore" color="palegoldenrod" URL="https://godoc.org/golang.org/x/sync/semaphore" target="_blank"];
"golang.org/x/sync/semaphore" -> "container/list";
"golang.org/x/sync/semaphore" -> "context";
"golang.org/x/sync/semaphore" -> "sync";
"golang.org/x/sys/unix" [label="golang.org/x/sys/unix" color="paleturquoise" URL="https://godoc.org/golang.org/x/sys/unix" target="_blank"];
"golang.org/x/sys/unix" -> "bytes";
"golang.org/x/sys/unix" -> "runtime";
"golang.org/x/sys/unix" -> "sort";
"golang.org/x/sys/unix" -> "strings";
"golang.org/x/sys/unix" -> "sync";
"golang.org/x/sys/unix" -> "syscall";
"golang.org/x/sys/unix" -> "time";
"golang.org/x/sys/unix" -> "unsafe";
"google.golang.org/genproto/googleapis/rpc/status" [label="google.golang.org/genproto/googleapis/rpc/status" color="paleturquoise" URL="https://godoc.org/google.golang.org/genproto/googleapis/rpc/status" target="_blank"];
"google.golang.org/genproto/googleapis/rpc/status" -> "fmt";
"google.golang.org/genproto/googleapis/rpc/status" -> "github.com/golang/protobuf/proto";
"google.golang.org/genproto/googleapis/rpc/status" -> "github.com/golang/protobuf/ptypes/any";
"google.golang.org/genproto/googleapis/rpc/status" -> "math";
"google.golang.org/grpc/codes" [label="google.golang.org/grpc/codes" color="palegoldenrod" URL="https://godoc.org/google.golang.org/grpc/codes" target="_blank"];
"google.golang.org/grpc/codes" -> "fmt";
"google.golang.org/grpc/codes" -> "strconv";
"google.golang.org/grpc/connectivity" [label="google.golang.org/grpc/connectivity" color="paleturquoise" URL="https://godoc.org/google.golang.org/grpc/connectivity" target="_blank"];
"google.golang.org/grpc/connectivity" -> "context";
"google.golang.org/grpc/connectivity" -> "google.golang.org/grpc/grpclog";
"google.golang.org/grpc/grpclog" [label="google.golang.org/grpc/grpclog" color="paleturquoise" URL="https://godoc.org/google.golang.org/grpc/grpclog" target="_blank"];
"google.golang.org/grpc/grpclog" -> "io";
"google.golang.org/grpc/grpclog" -> "io/ioutil";
"google.golang.org/grpc/grpclog" -> "log";
"google.golang.org/grpc/grpclog" -> "os";
"google.golang.org/grpc/grpclog" -> "strconv";
"google.golang.org/grpc/internal" [label="google.golang.org/grpc/internal" color="paleturquoise" URL="https://godoc.org/google.golang.org/grpc/internal" target="_blank"];
"google.golang.org/grpc/internal" -> "context";
"google.golang.org/grpc/internal" -> "google.golang.org/grpc/connectivity";
"google.golang.org/grpc/internal" -> "time";
"google.golang.org/grpc/status" [label="google.golang.org/grpc/status" color="palegoldenrod" URL="https://godoc.org/google.golang.org/grpc/status" target="_blank"];
"google.golang.org/grpc/status" -> "context";
"google.golang.org/grpc/status" -> "errors";
"google.golang.org/grpc/status" -> "fmt";
"google.golang.org/grpc/status" -> "github.com/golang/protobuf/proto";
"google.golang.org/grpc/status" -> "github.com/golang/protobuf/ptypes";
"google.golang.org/grpc/status" -> "google.golang.org/genproto/googleapis/rpc/status";
"google.golang.org/grpc/status" -> "google.golang.org/grpc/codes";
"google.golang.org/grpc/status" -> "google.golang.org/grpc/internal";
"hash" [label="hash" color="palegreen" URL="https://godoc.org/hash" target="_blank"];
"io" [label="io" color="palegreen" URL="https://godoc.org/io" target="_blank"];
"io/ioutil" [label="io/ioutil" color="palegreen" URL="https://godoc.org/io/ioutil" target="_blank"];
"log" [label="log" color="palegreen" URL="https://godoc.org/log" target="_blank"];
"math" [label="math" color="palegreen" URL="https://godoc.org/math" target="_blank"];
"math/rand" [label="math/rand" color="palegreen" URL="https://godoc.org/math/rand" target="_blank"];
"net/http" [label="net/http" color="palegreen" URL="https://godoc.org/net/http" target="_blank"];
"net/url" [label="net/url" color="palegreen" URL="https://godoc.org/net/url" target="_blank"];
"os" [label="os" color="palegreen" URL="https://godoc.org/os" target="_blank"];
"os/exec" [label="os/exec" color="palegreen" URL="https://godoc.org/os/exec" target="_blank"];
"path" [label="path" color="palegreen" URL="https://godoc.org/path" target="_blank"];
"reflect" [label="reflect" color="palegreen" URL="https://godoc.org/reflect" target="_blank"];
"regexp" [label="regexp" color="palegreen" URL="https://godoc.org/regexp" target="_blank"];
"runtime" [label="runtime" color="palegreen" URL="https://godoc.org/runtime" target="_blank"];
"sort" [label="sort" color="palegreen" URL="https://godoc.org/sort" target="_blank"];
"strconv" [label="strconv" color="palegreen" URL="https://godoc.org/strconv" target="_blank"];
"strings" [label="strings" color="palegreen" URL="https://godoc.org/strings" target="_blank"];
"sync" [label="sync" color="palegreen" URL="https://godoc.org/sync" target="_blank"];
"sync/atomic" [label="sync/atomic" color="palegreen" URL="https://godoc.org/sync/atomic" target="_blank"];
"syscall" [label="syscall" color="palegreen" URL="https://godoc.org/syscall" target="_blank"];
"time" [label="time" color="palegreen" URL="https://godoc.org/time" target="_blank"];
"unicode/utf8" [label="unicode/utf8" color="palegreen" URL="https://godoc.org/unicode/utf8" target="_blank"];
"unsafe" [label="unsafe" color="palegreen" URL="https://godoc.org/unsafe" target="_blank"];
}