summaryrefslogtreecommitdiffstats
path: root/images/dot/ggcr.dot
diff options
context:
space:
mode:
Diffstat (limited to 'images/dot/ggcr.dot')
-rw-r--r--images/dot/ggcr.dot130
1 files changed, 130 insertions, 0 deletions
diff --git a/images/dot/ggcr.dot b/images/dot/ggcr.dot
new file mode 100644
index 0000000..459ba6d
--- /dev/null
+++ b/images/dot/ggcr.dot
@@ -0,0 +1,130 @@
+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"];
+"context" [label="context" color="palegreen" URL="https://godoc.org/context" 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/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"];
+"github.com/docker/cli/cli/config" -> "fmt";
+"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/configfile";
+"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/credentials";
+"github.com/docker/cli/cli/config" -> "github.com/docker/cli/cli/config/types";
+"github.com/docker/cli/cli/config" -> "github.com/docker/docker/pkg/homedir";
+"github.com/docker/cli/cli/config" -> "github.com/pkg/errors";
+"github.com/docker/cli/cli/config" -> "io";
+"github.com/docker/cli/cli/config" -> "os";
+"github.com/docker/cli/cli/config" -> "path/filepath";
+"github.com/docker/cli/cli/config" -> "strings";
+"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"];
+"github.com/docker/cli/cli/config/configfile" -> "encoding/base64";
+"github.com/docker/cli/cli/config/configfile" -> "encoding/json";
+"github.com/docker/cli/cli/config/configfile" -> "fmt";
+"github.com/docker/cli/cli/config/configfile" -> "github.com/docker/cli/cli/config/credentials";
+"github.com/docker/cli/cli/config/configfile" -> "github.com/docker/cli/cli/config/types";
+"github.com/docker/cli/cli/config/configfile" -> "github.com/pkg/errors";
+"github.com/docker/cli/cli/config/configfile" -> "io";
+"github.com/docker/cli/cli/config/configfile" -> "io/ioutil";
+"github.com/docker/cli/cli/config/configfile" -> "os";
+"github.com/docker/cli/cli/config/configfile" -> "path/filepath";
+"github.com/docker/cli/cli/config/configfile" -> "strings";
+"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"];
+"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/cli/cli/config/types";
+"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/docker-credential-helpers/client";
+"github.com/docker/cli/cli/config/credentials" -> "github.com/docker/docker-credential-helpers/credentials";
+"github.com/docker/cli/cli/config/credentials" -> "os/exec";
+"github.com/docker/cli/cli/config/credentials" -> "strings";
+"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"];
+"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"];
+"github.com/docker/docker-credential-helpers/client" -> "bytes";
+"github.com/docker/docker-credential-helpers/client" -> "encoding/json";
+"github.com/docker/docker-credential-helpers/client" -> "fmt";
+"github.com/docker/docker-credential-helpers/client" -> "github.com/docker/docker-credential-helpers/credentials";
+"github.com/docker/docker-credential-helpers/client" -> "io";
+"github.com/docker/docker-credential-helpers/client" -> "os";
+"github.com/docker/docker-credential-helpers/client" -> "os/exec";
+"github.com/docker/docker-credential-helpers/client" -> "strings";
+"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"];
+"github.com/docker/docker-credential-helpers/credentials" -> "bufio";
+"github.com/docker/docker-credential-helpers/credentials" -> "bytes";
+"github.com/docker/docker-credential-helpers/credentials" -> "encoding/json";
+"github.com/docker/docker-credential-helpers/credentials" -> "fmt";
+"github.com/docker/docker-credential-helpers/credentials" -> "io";
+"github.com/docker/docker-credential-helpers/credentials" -> "os";
+"github.com/docker/docker-credential-helpers/credentials" -> "strings";
+"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"];
+"github.com/docker/docker/pkg/homedir" -> "errors";
+"github.com/docker/docker/pkg/homedir" -> "os";
+"github.com/docker/docker/pkg/homedir" -> "os/user";
+"github.com/docker/docker/pkg/homedir" -> "path/filepath";
+"github.com/docker/docker/pkg/homedir" -> "strings";
+"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"];
+"github.com/google/go-containerregistry/pkg/authn" -> "encoding/json";
+"github.com/google/go-containerregistry/pkg/authn" -> "github.com/docker/cli/cli/config";
+"github.com/google/go-containerregistry/pkg/authn" -> "github.com/docker/cli/cli/config/types";
+"github.com/google/go-containerregistry/pkg/authn" -> "github.com/google/go-containerregistry/pkg/logs";
+"github.com/google/go-containerregistry/pkg/authn" -> "github.com/google/go-containerregistry/pkg/name";
+"github.com/google/go-containerregistry/pkg/authn" -> "os";
+"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"];
+"github.com/google/go-containerregistry/pkg/internal/retry" -> "context";
+"github.com/google/go-containerregistry/pkg/internal/retry" -> "fmt";
+"github.com/google/go-containerregistry/pkg/internal/retry" -> "github.com/google/go-containerregistry/pkg/internal/retry/wait";
+"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"];
+"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "errors";
+"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "math/rand";
+"github.com/google/go-containerregistry/pkg/internal/retry/wait" -> "time";
+"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"];
+"github.com/google/go-containerregistry/pkg/logs" -> "io/ioutil";
+"github.com/google/go-containerregistry/pkg/logs" -> "log";
+"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"];
+"github.com/google/go-containerregistry/pkg/name" -> "fmt";
+"github.com/google/go-containerregistry/pkg/name" -> "net";
+"github.com/google/go-containerregistry/pkg/name" -> "net/url";
+"github.com/google/go-containerregistry/pkg/name" -> "regexp";
+"github.com/google/go-containerregistry/pkg/name" -> "strings";
+"github.com/google/go-containerregistry/pkg/name" -> "unicode/utf8";
+"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"];
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "encoding/base64";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "encoding/json";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "fmt";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/authn";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/internal/retry";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/logs";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "github.com/google/go-containerregistry/pkg/name";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "io/ioutil";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/http";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/http/httputil";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "net/url";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "strings";
+"github.com/google/go-containerregistry/pkg/v1/remote/transport" -> "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";
+"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/rand" [label="math/rand" color="palegreen" URL="https://godoc.org/math/rand" target="_blank"];
+"net" [label="net" color="palegreen" URL="https://godoc.org/net" target="_blank"];
+"net/http" [label="net/http" color="palegreen" URL="https://godoc.org/net/http" target="_blank"];
+"net/http/httputil" [label="net/http/httputil" color="palegreen" URL="https://godoc.org/net/http/httputil" 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"];
+"os/user" [label="os/user" color="palegreen" URL="https://godoc.org/os/user" target="_blank"];
+"path" [label="path" color="palegreen" URL="https://godoc.org/path" target="_blank"];
+"path/filepath" [label="path/filepath" color="palegreen" URL="https://godoc.org/path/filepath" 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"];
+"strings" [label="strings" color="palegreen" URL="https://godoc.org/strings" 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"];
+}