summaryrefslogtreecommitdiffstats
path: root/images/dot/containerd.dot
diff options
context:
space:
mode:
Diffstat (limited to 'images/dot/containerd.dot')
-rw-r--r--images/dot/containerd.dot316
1 files changed, 316 insertions, 0 deletions
diff --git a/images/dot/containerd.dot b/images/dot/containerd.dot
new file mode 100644
index 0000000..f674396
--- /dev/null
+++ b/images/dot/containerd.dot
@@ -0,0 +1,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"];
+}