...

Text file src/github.com/google/go-containerregistry/images/dot/ggcr.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"context" [label="context" color="palegreen" URL="https://godoc.org/context" target="_blank"];
     9"encoding/base64" [label="encoding/base64" color="palegreen" URL="https://godoc.org/encoding/base64" target="_blank"];
    10"encoding/json" [label="encoding/json" color="palegreen" URL="https://godoc.org/encoding/json" target="_blank"];
    11"errors" [label="errors" color="palegreen" URL="https://godoc.org/errors" target="_blank"];
    12"fmt" [label="fmt" color="palegreen" URL="https://godoc.org/fmt" target="_blank"];
    13"github.com/docker/cli/cli/config" [label="github.com/docker/cli/cli/config" color="paleturquoise" URL="https://godoc.org/github.com/docker/cli/cli/config" target="_blank"];
    14"github.com/docker/cli/cli/config" -> "fmt";
    15"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/configfile";
    16"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/credentials";
    17"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/types";
    18"github.com/docker/cli/cli/config" -> "github.com/docker/docker/pkg/homedir";
    19"github.com/docker/cli/cli/config" -> "github.com/pkg/errors";
    20"github.com/docker/cli/cli/config" -> "io";
    21"github.com/docker/cli/cli/config" -> "os";
    22"github.com/docker/cli/cli/config" -> "path/filepath";
    23"github.com/docker/cli/cli/config" -> "strings";
    24"github.com/docker/cli/cli/config/configfile" [label="github.com/docker/cli/cli/config/configfile" color="paleturquoise" URL="https://godoc.org/github.com/docker/cli/cli/config/configfile" target="_blank"];
    25"github.com/docker/cli/cli/config/configfile" -> "encoding/base64";
    26"github.com/docker/cli/cli/config/configfile" -> "encoding/json";
    27"github.com/docker/cli/cli/config/configfile" -> "fmt";
    28"github.com/docker/cli/cli/config/configfile" -> "github.com/docker/cli/cli/config/credentials";
    29"github.com/docker/cli/cli/config/configfile" -> "github.com/docker/cli/cli/config/types";
    30"github.com/docker/cli/cli/config/configfile" -> "github.com/pkg/errors";
    31"github.com/docker/cli/cli/config/configfile" -> "io";
    32"github.com/docker/cli/cli/config/configfile" -> "io/ioutil";
    33"github.com/docker/cli/cli/config/configfile" -> "os";
    34"github.com/docker/cli/cli/config/configfile" -> "path/filepath";
    35"github.com/docker/cli/cli/config/configfile" -> "strings";
    36"github.com/docker/cli/cli/config/credentials" [label="github.com/docker/cli/cli/config/credentials" color="paleturquoise" URL="https://godoc.org/github.com/docker/cli/cli/config/credentials" target="_blank"];
    37"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/cli/cli/config/types";
    38"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/docker-credential-helpers/client";
    39"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/docker-credential-helpers/credentials";
    40"github.com/docker/cli/cli/config/credentials" -> "os/exec";
    41"github.com/docker/cli/cli/config/credentials" -> "strings";
    42"github.com/docker/cli/cli/config/types" [label="github.com/docker/cli/cli/config/types" color="paleturquoise" URL="https://godoc.org/github.com/docker/cli/cli/config/types" target="_blank"];
    43"github.com/docker/docker-credential-helpers/client" [label="github.com/docker/docker-credential-helpers/client" color="palegoldenrod" URL="https://godoc.org/github.com/docker/docker-credential-helpers/client" target="_blank"];
    44"github.com/docker/docker-credential-helpers/client" -> "bytes";
    45"github.com/docker/docker-credential-helpers/client" -> "encoding/json";
    46"github.com/docker/docker-credential-helpers/client" -> "fmt";
    47"github.com/docker/docker-credential-helpers/client" -> "github.com/docker/docker-credential-helpers/credentials";
    48"github.com/docker/docker-credential-helpers/client" -> "io";
    49"github.com/docker/docker-credential-helpers/client" -> "os";
    50"github.com/docker/docker-credential-helpers/client" -> "os/exec";
    51"github.com/docker/docker-credential-helpers/client" -> "strings";
    52"github.com/docker/docker-credential-helpers/credentials" [label="github.com/docker/docker-credential-helpers/credentials" color="palegoldenrod" URL="https://godoc.org/github.com/docker/docker-credential-helpers/credentials" target="_blank"];
    53"github.com/docker/docker-credential-helpers/credentials" -> "bufio";
    54"github.com/docker/docker-credential-helpers/credentials" -> "bytes";
    55"github.com/docker/docker-credential-helpers/credentials" -> "encoding/json";
    56"github.com/docker/docker-credential-helpers/credentials" -> "fmt";
    57"github.com/docker/docker-credential-helpers/credentials" -> "io";
    58"github.com/docker/docker-credential-helpers/credentials" -> "os";
    59"github.com/docker/docker-credential-helpers/credentials" -> "strings";
    60"github.com/docker/docker/pkg/homedir" [label="github.com/docker/docker/pkg/homedir" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker/pkg/homedir" target="_blank"];
    61"github.com/docker/docker/pkg/homedir" -> "errors";
    62"github.com/docker/docker/pkg/homedir" -> "os";
    63"github.com/docker/docker/pkg/homedir" -> "os/user";
    64"github.com/docker/docker/pkg/homedir" -> "path/filepath";
    65"github.com/docker/docker/pkg/homedir" -> "strings";
    66"github.com/google/go-containerregistry/pkg/authn" [label="github.com/google/go-containerregistry/pkg/authn" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/authn" target="_blank"];
    67"github.com/google/go-containerregistry/pkg/authn" -> "encoding/json";
    68"github.com/google/go-containerregistry/pkg/authn" -> "github.com/docker/cli/cli/config";
    69"github.com/google/go-containerregistry/pkg/authn" -> "github.com/docker/cli/cli/config/types";
    70"github.com/google/go-containerregistry/pkg/authn" -> "github.com/google/go-containerregistry/pkg/logs";
    71"github.com/google/go-containerregistry/pkg/authn" -> "github.com/google/go-containerregistry/pkg/name";
    72"github.com/google/go-containerregistry/pkg/authn" -> "os";
    73"github.com/google/go-containerregistry/pkg/internal/retry" [label="github.com/google/go-containerregistry/pkg/internal/retry" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/internal/retry" target="_blank"];
    74"github.com/google/go-containerregistry/pkg/internal/retry" -> "context";
    75"github.com/google/go-containerregistry/pkg/internal/retry" -> "fmt";
    76"github.com/google/go-containerregistry/pkg/internal/retry" -> "github.com/google/go-containerregistry/pkg/internal/retry/wait";
    77"github.com/google/go-containerregistry/pkg/internal/retry/wait" [label="github.com/google/go-containerregistry/pkg/internal/retry/wait" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/internal/retry/wait" target="_blank"];
    78"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "errors";
    79"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "math/rand";
    80"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "time";
    81"github.com/google/go-containerregistry/pkg/logs" [label="github.com/google/go-containerregistry/pkg/logs" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/logs" target="_blank"];
    82"github.com/google/go-containerregistry/pkg/logs" -> "io/ioutil";
    83"github.com/google/go-containerregistry/pkg/logs" -> "log";
    84"github.com/google/go-containerregistry/pkg/name" [label="github.com/google/go-containerregistry/pkg/name" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/name" target="_blank"];
    85"github.com/google/go-containerregistry/pkg/name" -> "fmt";
    86"github.com/google/go-containerregistry/pkg/name" -> "net";
    87"github.com/google/go-containerregistry/pkg/name" -> "net/url";
    88"github.com/google/go-containerregistry/pkg/name" -> "regexp";
    89"github.com/google/go-containerregistry/pkg/name" -> "strings";
    90"github.com/google/go-containerregistry/pkg/name" -> "unicode/utf8";
    91"github.com/google/go-containerregistry/pkg/v1/remote/transport" [label="github.com/google/go-containerregistry/pkg/v1/remote/transport" color="paleturquoise" URL="https://godoc.org/github.com/google/go-containerregistry/pkg/v1/remote/transport" target="_blank"];
    92"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "encoding/base64";
    93"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "encoding/json";
    94"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "fmt";
    95"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/authn";
    96"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/internal/retry";
    97"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/logs";
    98"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/name";
    99"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "io/ioutil";
   100"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net";
   101"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/http";
   102"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/http/httputil";
   103"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/url";
   104"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "strings";
   105"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "time";
   106"github.com/pkg/errors" [label="github.com/pkg/errors" color="palegoldenrod" URL="https://godoc.org/github.com/pkg/errors" target="_blank"];
   107"github.com/pkg/errors" -> "fmt";
   108"github.com/pkg/errors" -> "io";
   109"github.com/pkg/errors" -> "path";
   110"github.com/pkg/errors" -> "runtime";
   111"github.com/pkg/errors" -> "strings";
   112"io" [label="io" color="palegreen" URL="https://godoc.org/io" target="_blank"];
   113"io/ioutil" [label="io/ioutil" color="palegreen" URL="https://godoc.org/io/ioutil" target="_blank"];
   114"log" [label="log" color="palegreen" URL="https://godoc.org/log" target="_blank"];
   115"math/rand" [label="math/rand" color="palegreen" URL="https://godoc.org/math/rand" target="_blank"];
   116"net" [label="net" color="palegreen" URL="https://godoc.org/net" target="_blank"];
   117"net/http" [label="net/http" color="palegreen" URL="https://godoc.org/net/http" target="_blank"];
   118"net/http/httputil" [label="net/http/httputil" color="palegreen" URL="https://godoc.org/net/http/httputil" target="_blank"];
   119"net/url" [label="net/url" color="palegreen" URL="https://godoc.org/net/url" target="_blank"];
   120"os" [label="os" color="palegreen" URL="https://godoc.org/os" target="_blank"];
   121"os/exec" [label="os/exec" color="palegreen" URL="https://godoc.org/os/exec" target="_blank"];
   122"os/user" [label="os/user" color="palegreen" URL="https://godoc.org/os/user" target="_blank"];
   123"path" [label="path" color="palegreen" URL="https://godoc.org/path" target="_blank"];
   124"path/filepath" [label="path/filepath" color="palegreen" URL="https://godoc.org/path/filepath" target="_blank"];
   125"regexp" [label="regexp" color="palegreen" URL="https://godoc.org/regexp" target="_blank"];
   126"runtime" [label="runtime" color="palegreen" URL="https://godoc.org/runtime" target="_blank"];
   127"strings" [label="strings" color="palegreen" URL="https://godoc.org/strings" target="_blank"];
   128"time" [label="time" color="palegreen" URL="https://godoc.org/time" target="_blank"];
   129"unicode/utf8" [label="unicode/utf8" color="palegreen" URL="https://godoc.org/unicode/utf8" target="_blank"];
   130}

View as plain text