...

Text file src/github.com/google/go-containerregistry/images/dot/containerd.dot

Documentation: github.com/google/go-containerregistry/images/dot

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

View as plain text