...
1digraph godep {
2rankdir="LR"
3nodesep=0.4
4ranksep=0.8
5node [shape="box",style="rounded,filled"]
6edge [arrowsize="0.5"]
7"bufio" [label="bufio" color="palegreen" URL="https://godoc.org/bufio" target="_blank"];
8"bytes" [label="bytes" color="palegreen" URL="https://godoc.org/bytes" target="_blank"];
9"compress/bzip2" [label="compress/bzip2" color="palegreen" URL="https://godoc.org/compress/bzip2" target="_blank"];
10"compress/gzip" [label="compress/gzip" color="palegreen" URL="https://godoc.org/compress/gzip" target="_blank"];
11"context" [label="context" color="palegreen" URL="https://godoc.org/context" target="_blank"];
12"crypto" [label="crypto" color="palegreen" URL="https://godoc.org/crypto" target="_blank"];
13"crypto/ecdsa" [label="crypto/ecdsa" color="palegreen" URL="https://godoc.org/crypto/ecdsa" target="_blank"];
14"crypto/elliptic" [label="crypto/elliptic" color="palegreen" URL="https://godoc.org/crypto/elliptic" target="_blank"];
15"crypto/rand" [label="crypto/rand" color="palegreen" URL="https://godoc.org/crypto/rand" target="_blank"];
16"crypto/rsa" [label="crypto/rsa" color="palegreen" URL="https://godoc.org/crypto/rsa" target="_blank"];
17"crypto/sha256" [label="crypto/sha256" color="palegreen" URL="https://godoc.org/crypto/sha256" target="_blank"];
18"crypto/sha512" [label="crypto/sha512" color="palegreen" URL="https://godoc.org/crypto/sha512" target="_blank"];
19"crypto/tls" [label="crypto/tls" color="palegreen" URL="https://godoc.org/crypto/tls" target="_blank"];
20"crypto/x509" [label="crypto/x509" color="palegreen" URL="https://godoc.org/crypto/x509" target="_blank"];
21"crypto/x509/pkix" [label="crypto/x509/pkix" color="palegreen" URL="https://godoc.org/crypto/x509/pkix" target="_blank"];
22"encoding" [label="encoding" color="palegreen" URL="https://godoc.org/encoding" target="_blank"];
23"encoding/base32" [label="encoding/base32" color="palegreen" URL="https://godoc.org/encoding/base32" target="_blank"];
24"encoding/base64" [label="encoding/base64" color="palegreen" URL="https://godoc.org/encoding/base64" target="_blank"];
25"encoding/binary" [label="encoding/binary" color="palegreen" URL="https://godoc.org/encoding/binary" target="_blank"];
26"encoding/hex" [label="encoding/hex" color="palegreen" URL="https://godoc.org/encoding/hex" target="_blank"];
27"encoding/json" [label="encoding/json" color="palegreen" URL="https://godoc.org/encoding/json" target="_blank"];
28"encoding/pem" [label="encoding/pem" color="palegreen" URL="https://godoc.org/encoding/pem" target="_blank"];
29"errors" [label="errors" color="palegreen" URL="https://godoc.org/errors" target="_blank"];
30"expvar" [label="expvar" color="palegreen" URL="https://godoc.org/expvar" target="_blank"];
31"fmt" [label="fmt" color="palegreen" URL="https://godoc.org/fmt" target="_blank"];
32"github.com/BurntSushi/toml" [label="github.com/BurntSushi/toml" color="paleturquoise" URL="https://godoc.org/github.com/BurntSushi/toml" target="_blank"];
33"github.com/BurntSushi/toml" -> "bufio";
34"github.com/BurntSushi/toml" -> "encoding";
35"github.com/BurntSushi/toml" -> "errors";
36"github.com/BurntSushi/toml" -> "fmt";
37"github.com/BurntSushi/toml" -> "io";
38"github.com/BurntSushi/toml" -> "io/ioutil";
39"github.com/BurntSushi/toml" -> "math";
40"github.com/BurntSushi/toml" -> "reflect";
41"github.com/BurntSushi/toml" -> "sort";
42"github.com/BurntSushi/toml" -> "strconv";
43"github.com/BurntSushi/toml" -> "strings";
44"github.com/BurntSushi/toml" -> "sync";
45"github.com/BurntSushi/toml" -> "time";
46"github.com/BurntSushi/toml" -> "unicode";
47"github.com/BurntSushi/toml" -> "unicode/utf8";
48"github.com/beorn7/perks/quantile" [label="github.com/beorn7/perks/quantile" color="paleturquoise" URL="https://godoc.org/github.com/beorn7/perks/quantile" target="_blank"];
49"github.com/beorn7/perks/quantile" -> "math";
50"github.com/beorn7/perks/quantile" -> "sort";
51"github.com/cespare/xxhash/v2" [label="github.com/cespare/xxhash/v2" color="paleturquoise" URL="https://godoc.org/github.com/cespare/xxhash/v2" target="_blank"];
52"github.com/cespare/xxhash/v2" -> "encoding/binary";
53"github.com/cespare/xxhash/v2" -> "errors";
54"github.com/cespare/xxhash/v2" -> "math/bits";
55"github.com/cespare/xxhash/v2" -> "reflect";
56"github.com/cespare/xxhash/v2" -> "unsafe";
57"github.com/containers/image/docker" [label="github.com/containers/image/docker" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/docker" target="_blank"];
58"github.com/containers/image/docker" -> "bytes";
59"github.com/containers/image/docker" -> "context";
60"github.com/containers/image/docker" -> "crypto/rand";
61"github.com/containers/image/docker" -> "crypto/tls";
62"github.com/containers/image/docker" -> "encoding/json";
63"github.com/containers/image/docker" -> "errors";
64"github.com/containers/image/docker" -> "fmt";
65"github.com/containers/image/docker" -> "github.com/containers/image/v5/docker/policyconfiguration";
66"github.com/containers/image/docker" -> "github.com/containers/image/v5/docker/reference";
67"github.com/containers/image/docker" -> "github.com/containers/image/v5/image";
68"github.com/containers/image/docker" -> "github.com/containers/image/v5/manifest";
69"github.com/containers/image/docker" -> "github.com/containers/image/v5/pkg/blobinfocache/none";
70"github.com/containers/image/docker" -> "github.com/containers/image/v5/pkg/docker/config";
71"github.com/containers/image/docker" -> "github.com/containers/image/v5/pkg/sysregistriesv2";
72"github.com/containers/image/docker" -> "github.com/containers/image/v5/pkg/tlsclientconfig";
73"github.com/containers/image/docker" -> "github.com/containers/image/v5/transports";
74"github.com/containers/image/docker" -> "github.com/containers/image/v5/types";
75"github.com/containers/image/docker" -> "github.com/docker/distribution/registry/api/errcode";
76"github.com/containers/image/docker" -> "github.com/docker/distribution/registry/api/v2";
77"github.com/containers/image/docker" -> "github.com/docker/distribution/registry/client";
78"github.com/containers/image/docker" -> "github.com/docker/go-connections/tlsconfig";
79"github.com/containers/image/docker" -> "github.com/ghodss/yaml";
80"github.com/containers/image/docker" -> "github.com/opencontainers/go-digest";
81"github.com/containers/image/docker" -> "github.com/opencontainers/image-spec/specs-go/v1";
82"github.com/containers/image/docker" -> "github.com/pkg/errors";
83"github.com/containers/image/docker" -> "github.com/sirupsen/logrus";
84"github.com/containers/image/docker" -> "io";
85"github.com/containers/image/docker" -> "io/ioutil";
86"github.com/containers/image/docker" -> "mime";
87"github.com/containers/image/docker" -> "net/http";
88"github.com/containers/image/docker" -> "net/url";
89"github.com/containers/image/docker" -> "os";
90"github.com/containers/image/docker" -> "path";
91"github.com/containers/image/docker" -> "path/filepath";
92"github.com/containers/image/docker" -> "strconv";
93"github.com/containers/image/docker" -> "strings";
94"github.com/containers/image/docker" -> "sync";
95"github.com/containers/image/docker" -> "time";
96"github.com/containers/image/v5/docker/policyconfiguration" [label="github.com/containers/image/v5/docker/policyconfiguration" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/docker/policyconfiguration" target="_blank"];
97"github.com/containers/image/v5/docker/policyconfiguration" -> "github.com/containers/image/v5/docker/reference";
98"github.com/containers/image/v5/docker/policyconfiguration" -> "github.com/pkg/errors";
99"github.com/containers/image/v5/docker/policyconfiguration" -> "strings";
100"github.com/containers/image/v5/docker/reference" [label="github.com/containers/image/v5/docker/reference" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/docker/reference" target="_blank"];
101"github.com/containers/image/v5/docker/reference" -> "errors";
102"github.com/containers/image/v5/docker/reference" -> "fmt";
103"github.com/containers/image/v5/docker/reference" -> "github.com/opencontainers/go-digest";
104"github.com/containers/image/v5/docker/reference" -> "path";
105"github.com/containers/image/v5/docker/reference" -> "regexp";
106"github.com/containers/image/v5/docker/reference" -> "strings";
107"github.com/containers/image/v5/image" [label="github.com/containers/image/v5/image" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/image" target="_blank"];
108"github.com/containers/image/v5/image" -> "bytes";
109"github.com/containers/image/v5/image" -> "context";
110"github.com/containers/image/v5/image" -> "crypto/sha256";
111"github.com/containers/image/v5/image" -> "encoding/hex";
112"github.com/containers/image/v5/image" -> "encoding/json";
113"github.com/containers/image/v5/image" -> "fmt";
114"github.com/containers/image/v5/image" -> "github.com/containers/image/v5/docker/reference";
115"github.com/containers/image/v5/image" -> "github.com/containers/image/v5/manifest";
116"github.com/containers/image/v5/image" -> "github.com/containers/image/v5/pkg/blobinfocache/none";
117"github.com/containers/image/v5/image" -> "github.com/containers/image/v5/types";
118"github.com/containers/image/v5/image" -> "github.com/opencontainers/go-digest";
119"github.com/containers/image/v5/image" -> "github.com/opencontainers/image-spec/specs-go/v1";
120"github.com/containers/image/v5/image" -> "github.com/pkg/errors";
121"github.com/containers/image/v5/image" -> "github.com/sirupsen/logrus";
122"github.com/containers/image/v5/image" -> "io/ioutil";
123"github.com/containers/image/v5/image" -> "strings";
124"github.com/containers/image/v5/internal/pkg/keyctl" [label="github.com/containers/image/v5/internal/pkg/keyctl" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/internal/pkg/keyctl" target="_blank"];
125"github.com/containers/image/v5/internal/pkg/keyctl" -> "golang.org/x/sys/unix";
126"github.com/containers/image/v5/internal/pkg/keyctl" -> "unsafe";
127"github.com/containers/image/v5/manifest" [label="github.com/containers/image/v5/manifest" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/manifest" target="_blank"];
128"github.com/containers/image/v5/manifest" -> "encoding/json";
129"github.com/containers/image/v5/manifest" -> "fmt";
130"github.com/containers/image/v5/manifest" -> "github.com/containers/image/v5/docker/reference";
131"github.com/containers/image/v5/manifest" -> "github.com/containers/image/v5/pkg/compression";
132"github.com/containers/image/v5/manifest" -> "github.com/containers/image/v5/pkg/strslice";
133"github.com/containers/image/v5/manifest" -> "github.com/containers/image/v5/types";
134"github.com/containers/image/v5/manifest" -> "github.com/containers/libtrust";
135"github.com/containers/image/v5/manifest" -> "github.com/containers/ocicrypt/spec";
136"github.com/containers/image/v5/manifest" -> "github.com/docker/docker/api/types/versions";
137"github.com/containers/image/v5/manifest" -> "github.com/opencontainers/go-digest";
138"github.com/containers/image/v5/manifest" -> "github.com/opencontainers/image-spec/specs-go";
139"github.com/containers/image/v5/manifest" -> "github.com/opencontainers/image-spec/specs-go/v1";
140"github.com/containers/image/v5/manifest" -> "github.com/pkg/errors";
141"github.com/containers/image/v5/manifest" -> "github.com/sirupsen/logrus";
142"github.com/containers/image/v5/manifest" -> "regexp";
143"github.com/containers/image/v5/manifest" -> "runtime";
144"github.com/containers/image/v5/manifest" -> "strings";
145"github.com/containers/image/v5/manifest" -> "time";
146"github.com/containers/image/v5/pkg/blobinfocache/none" [label="github.com/containers/image/v5/pkg/blobinfocache/none" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/blobinfocache/none" target="_blank"];
147"github.com/containers/image/v5/pkg/blobinfocache/none" -> "github.com/containers/image/v5/types";
148"github.com/containers/image/v5/pkg/blobinfocache/none" -> "github.com/opencontainers/go-digest";
149"github.com/containers/image/v5/pkg/compression" [label="github.com/containers/image/v5/pkg/compression" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/compression" target="_blank"];
150"github.com/containers/image/v5/pkg/compression" -> "bytes";
151"github.com/containers/image/v5/pkg/compression" -> "compress/bzip2";
152"github.com/containers/image/v5/pkg/compression" -> "fmt";
153"github.com/containers/image/v5/pkg/compression" -> "github.com/containers/image/v5/pkg/compression/internal";
154"github.com/containers/image/v5/pkg/compression" -> "github.com/containers/image/v5/pkg/compression/types";
155"github.com/containers/image/v5/pkg/compression" -> "github.com/klauspost/compress/zstd";
156"github.com/containers/image/v5/pkg/compression" -> "github.com/klauspost/pgzip";
157"github.com/containers/image/v5/pkg/compression" -> "github.com/pkg/errors";
158"github.com/containers/image/v5/pkg/compression" -> "github.com/sirupsen/logrus";
159"github.com/containers/image/v5/pkg/compression" -> "github.com/ulikunitz/xz";
160"github.com/containers/image/v5/pkg/compression" -> "io";
161"github.com/containers/image/v5/pkg/compression" -> "io/ioutil";
162"github.com/containers/image/v5/pkg/compression/internal" [label="github.com/containers/image/v5/pkg/compression/internal" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/compression/internal" target="_blank"];
163"github.com/containers/image/v5/pkg/compression/internal" -> "io";
164"github.com/containers/image/v5/pkg/compression/types" [label="github.com/containers/image/v5/pkg/compression/types" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/compression/types" target="_blank"];
165"github.com/containers/image/v5/pkg/compression/types" -> "github.com/containers/image/v5/pkg/compression/internal";
166"github.com/containers/image/v5/pkg/docker/config" [label="github.com/containers/image/v5/pkg/docker/config" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/docker/config" target="_blank"];
167"github.com/containers/image/v5/pkg/docker/config" -> "encoding/base64";
168"github.com/containers/image/v5/pkg/docker/config" -> "encoding/json";
169"github.com/containers/image/v5/pkg/docker/config" -> "fmt";
170"github.com/containers/image/v5/pkg/docker/config" -> "github.com/containers/image/v5/internal/pkg/keyctl";
171"github.com/containers/image/v5/pkg/docker/config" -> "github.com/containers/image/v5/types";
172"github.com/containers/image/v5/pkg/docker/config" -> "github.com/docker/docker-credential-helpers/client";
173"github.com/containers/image/v5/pkg/docker/config" -> "github.com/docker/docker-credential-helpers/credentials";
174"github.com/containers/image/v5/pkg/docker/config" -> "github.com/docker/docker/pkg/homedir";
175"github.com/containers/image/v5/pkg/docker/config" -> "github.com/pkg/errors";
176"github.com/containers/image/v5/pkg/docker/config" -> "github.com/sirupsen/logrus";
177"github.com/containers/image/v5/pkg/docker/config" -> "io/ioutil";
178"github.com/containers/image/v5/pkg/docker/config" -> "os";
179"github.com/containers/image/v5/pkg/docker/config" -> "path/filepath";
180"github.com/containers/image/v5/pkg/docker/config" -> "strings";
181"github.com/containers/image/v5/pkg/strslice" [label="github.com/containers/image/v5/pkg/strslice" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/strslice" target="_blank"];
182"github.com/containers/image/v5/pkg/strslice" -> "encoding/json";
183"github.com/containers/image/v5/pkg/sysregistriesv2" [label="github.com/containers/image/v5/pkg/sysregistriesv2" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/sysregistriesv2" target="_blank"];
184"github.com/containers/image/v5/pkg/sysregistriesv2" -> "fmt";
185"github.com/containers/image/v5/pkg/sysregistriesv2" -> "github.com/BurntSushi/toml";
186"github.com/containers/image/v5/pkg/sysregistriesv2" -> "github.com/containers/image/v5/docker/reference";
187"github.com/containers/image/v5/pkg/sysregistriesv2" -> "github.com/containers/image/v5/types";
188"github.com/containers/image/v5/pkg/sysregistriesv2" -> "github.com/pkg/errors";
189"github.com/containers/image/v5/pkg/sysregistriesv2" -> "github.com/sirupsen/logrus";
190"github.com/containers/image/v5/pkg/sysregistriesv2" -> "io/ioutil";
191"github.com/containers/image/v5/pkg/sysregistriesv2" -> "os";
192"github.com/containers/image/v5/pkg/sysregistriesv2" -> "path/filepath";
193"github.com/containers/image/v5/pkg/sysregistriesv2" -> "regexp";
194"github.com/containers/image/v5/pkg/sysregistriesv2" -> "strings";
195"github.com/containers/image/v5/pkg/sysregistriesv2" -> "sync";
196"github.com/containers/image/v5/pkg/tlsclientconfig" [label="github.com/containers/image/v5/pkg/tlsclientconfig" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/pkg/tlsclientconfig" target="_blank"];
197"github.com/containers/image/v5/pkg/tlsclientconfig" -> "crypto/tls";
198"github.com/containers/image/v5/pkg/tlsclientconfig" -> "github.com/docker/go-connections/sockets";
199"github.com/containers/image/v5/pkg/tlsclientconfig" -> "github.com/docker/go-connections/tlsconfig";
200"github.com/containers/image/v5/pkg/tlsclientconfig" -> "github.com/pkg/errors";
201"github.com/containers/image/v5/pkg/tlsclientconfig" -> "github.com/sirupsen/logrus";
202"github.com/containers/image/v5/pkg/tlsclientconfig" -> "io/ioutil";
203"github.com/containers/image/v5/pkg/tlsclientconfig" -> "net";
204"github.com/containers/image/v5/pkg/tlsclientconfig" -> "net/http";
205"github.com/containers/image/v5/pkg/tlsclientconfig" -> "os";
206"github.com/containers/image/v5/pkg/tlsclientconfig" -> "path/filepath";
207"github.com/containers/image/v5/pkg/tlsclientconfig" -> "strings";
208"github.com/containers/image/v5/pkg/tlsclientconfig" -> "time";
209"github.com/containers/image/v5/transports" [label="github.com/containers/image/v5/transports" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/transports" target="_blank"];
210"github.com/containers/image/v5/transports" -> "fmt";
211"github.com/containers/image/v5/transports" -> "github.com/containers/image/v5/types";
212"github.com/containers/image/v5/transports" -> "sort";
213"github.com/containers/image/v5/transports" -> "sync";
214"github.com/containers/image/v5/types" [label="github.com/containers/image/v5/types" color="paleturquoise" URL="https://godoc.org/github.com/containers/image/v5/types" target="_blank"];
215"github.com/containers/image/v5/types" -> "context";
216"github.com/containers/image/v5/types" -> "github.com/containers/image/v5/docker/reference";
217"github.com/containers/image/v5/types" -> "github.com/containers/image/v5/pkg/compression/types";
218"github.com/containers/image/v5/types" -> "github.com/opencontainers/go-digest";
219"github.com/containers/image/v5/types" -> "github.com/opencontainers/image-spec/specs-go/v1";
220"github.com/containers/image/v5/types" -> "io";
221"github.com/containers/image/v5/types" -> "time";
222"github.com/containers/libtrust" [label="github.com/containers/libtrust" color="paleturquoise" URL="https://godoc.org/github.com/containers/libtrust" target="_blank"];
223"github.com/containers/libtrust" -> "bytes";
224"github.com/containers/libtrust" -> "crypto";
225"github.com/containers/libtrust" -> "crypto/ecdsa";
226"github.com/containers/libtrust" -> "crypto/elliptic";
227"github.com/containers/libtrust" -> "crypto/rand";
228"github.com/containers/libtrust" -> "crypto/rsa";
229"github.com/containers/libtrust" -> "crypto/sha256";
230"github.com/containers/libtrust" -> "crypto/sha512";
231"github.com/containers/libtrust" -> "crypto/tls";
232"github.com/containers/libtrust" -> "crypto/x509";
233"github.com/containers/libtrust" -> "crypto/x509/pkix";
234"github.com/containers/libtrust" -> "encoding/base32";
235"github.com/containers/libtrust" -> "encoding/base64";
236"github.com/containers/libtrust" -> "encoding/binary";
237"github.com/containers/libtrust" -> "encoding/json";
238"github.com/containers/libtrust" -> "encoding/pem";
239"github.com/containers/libtrust" -> "errors";
240"github.com/containers/libtrust" -> "fmt";
241"github.com/containers/libtrust" -> "io";
242"github.com/containers/libtrust" -> "io/ioutil";
243"github.com/containers/libtrust" -> "math/big";
244"github.com/containers/libtrust" -> "net";
245"github.com/containers/libtrust" -> "net/url";
246"github.com/containers/libtrust" -> "os";
247"github.com/containers/libtrust" -> "path";
248"github.com/containers/libtrust" -> "path/filepath";
249"github.com/containers/libtrust" -> "sort";
250"github.com/containers/libtrust" -> "strings";
251"github.com/containers/libtrust" -> "sync";
252"github.com/containers/libtrust" -> "time";
253"github.com/containers/libtrust" -> "unicode";
254"github.com/containers/ocicrypt/spec" [label="github.com/containers/ocicrypt/spec" color="paleturquoise" URL="https://godoc.org/github.com/containers/ocicrypt/spec" target="_blank"];
255"github.com/docker/distribution" [label="github.com/docker/distribution" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution" target="_blank"];
256"github.com/docker/distribution" -> "context";
257"github.com/docker/distribution" -> "errors";
258"github.com/docker/distribution" -> "fmt";
259"github.com/docker/distribution" -> "github.com/docker/distribution/reference";
260"github.com/docker/distribution" -> "github.com/opencontainers/go-digest";
261"github.com/docker/distribution" -> "github.com/opencontainers/image-spec/specs-go/v1";
262"github.com/docker/distribution" -> "io";
263"github.com/docker/distribution" -> "mime";
264"github.com/docker/distribution" -> "net/http";
265"github.com/docker/distribution" -> "strings";
266"github.com/docker/distribution" -> "time";
267"github.com/docker/distribution/digestset" [label="github.com/docker/distribution/digestset" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/digestset" target="_blank"];
268"github.com/docker/distribution/digestset" -> "errors";
269"github.com/docker/distribution/digestset" -> "github.com/opencontainers/go-digest";
270"github.com/docker/distribution/digestset" -> "sort";
271"github.com/docker/distribution/digestset" -> "strings";
272"github.com/docker/distribution/digestset" -> "sync";
273"github.com/docker/distribution/metrics" [label="github.com/docker/distribution/metrics" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/metrics" target="_blank"];
274"github.com/docker/distribution/metrics" -> "github.com/docker/go-metrics";
275"github.com/docker/distribution/reference" [label="github.com/docker/distribution/reference" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/reference" target="_blank"];
276"github.com/docker/distribution/reference" -> "errors";
277"github.com/docker/distribution/reference" -> "fmt";
278"github.com/docker/distribution/reference" -> "github.com/docker/distribution/digestset";
279"github.com/docker/distribution/reference" -> "github.com/opencontainers/go-digest";
280"github.com/docker/distribution/reference" -> "path";
281"github.com/docker/distribution/reference" -> "regexp";
282"github.com/docker/distribution/reference" -> "strings";
283"github.com/docker/distribution/registry/api/errcode" [label="github.com/docker/distribution/registry/api/errcode" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/api/errcode" target="_blank"];
284"github.com/docker/distribution/registry/api/errcode" -> "encoding/json";
285"github.com/docker/distribution/registry/api/errcode" -> "fmt";
286"github.com/docker/distribution/registry/api/errcode" -> "net/http";
287"github.com/docker/distribution/registry/api/errcode" -> "sort";
288"github.com/docker/distribution/registry/api/errcode" -> "strings";
289"github.com/docker/distribution/registry/api/errcode" -> "sync";
290"github.com/docker/distribution/registry/api/v2" [label="github.com/docker/distribution/registry/api/v2" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/api/v2" target="_blank"];
291"github.com/docker/distribution/registry/api/v2" -> "fmt";
292"github.com/docker/distribution/registry/api/v2" -> "github.com/docker/distribution/reference";
293"github.com/docker/distribution/registry/api/v2" -> "github.com/docker/distribution/registry/api/errcode";
294"github.com/docker/distribution/registry/api/v2" -> "github.com/gorilla/mux";
295"github.com/docker/distribution/registry/api/v2" -> "github.com/opencontainers/go-digest";
296"github.com/docker/distribution/registry/api/v2" -> "net/http";
297"github.com/docker/distribution/registry/api/v2" -> "net/url";
298"github.com/docker/distribution/registry/api/v2" -> "regexp";
299"github.com/docker/distribution/registry/api/v2" -> "strings";
300"github.com/docker/distribution/registry/api/v2" -> "unicode";
301"github.com/docker/distribution/registry/client" [label="github.com/docker/distribution/registry/client" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/client" target="_blank"];
302"github.com/docker/distribution/registry/client" -> "bytes";
303"github.com/docker/distribution/registry/client" -> "context";
304"github.com/docker/distribution/registry/client" -> "encoding/json";
305"github.com/docker/distribution/registry/client" -> "errors";
306"github.com/docker/distribution/registry/client" -> "fmt";
307"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution";
308"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/reference";
309"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/api/errcode";
310"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/api/v2";
311"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/client/auth/challenge";
312"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/client/transport";
313"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/storage/cache";
314"github.com/docker/distribution/registry/client" -> "github.com/docker/distribution/registry/storage/cache/memory";
315"github.com/docker/distribution/registry/client" -> "github.com/opencontainers/go-digest";
316"github.com/docker/distribution/registry/client" -> "io";
317"github.com/docker/distribution/registry/client" -> "io/ioutil";
318"github.com/docker/distribution/registry/client" -> "net/http";
319"github.com/docker/distribution/registry/client" -> "net/url";
320"github.com/docker/distribution/registry/client" -> "strconv";
321"github.com/docker/distribution/registry/client" -> "strings";
322"github.com/docker/distribution/registry/client" -> "time";
323"github.com/docker/distribution/registry/client/auth/challenge" [label="github.com/docker/distribution/registry/client/auth/challenge" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/client/auth/challenge" target="_blank"];
324"github.com/docker/distribution/registry/client/auth/challenge" -> "fmt";
325"github.com/docker/distribution/registry/client/auth/challenge" -> "net/http";
326"github.com/docker/distribution/registry/client/auth/challenge" -> "net/url";
327"github.com/docker/distribution/registry/client/auth/challenge" -> "strings";
328"github.com/docker/distribution/registry/client/auth/challenge" -> "sync";
329"github.com/docker/distribution/registry/client/transport" [label="github.com/docker/distribution/registry/client/transport" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/client/transport" target="_blank"];
330"github.com/docker/distribution/registry/client/transport" -> "errors";
331"github.com/docker/distribution/registry/client/transport" -> "fmt";
332"github.com/docker/distribution/registry/client/transport" -> "io";
333"github.com/docker/distribution/registry/client/transport" -> "net/http";
334"github.com/docker/distribution/registry/client/transport" -> "regexp";
335"github.com/docker/distribution/registry/client/transport" -> "strconv";
336"github.com/docker/distribution/registry/client/transport" -> "sync";
337"github.com/docker/distribution/registry/storage/cache" [label="github.com/docker/distribution/registry/storage/cache" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/storage/cache" target="_blank"];
338"github.com/docker/distribution/registry/storage/cache" -> "context";
339"github.com/docker/distribution/registry/storage/cache" -> "fmt";
340"github.com/docker/distribution/registry/storage/cache" -> "github.com/docker/distribution";
341"github.com/docker/distribution/registry/storage/cache" -> "github.com/docker/distribution/metrics";
342"github.com/docker/distribution/registry/storage/cache" -> "github.com/opencontainers/go-digest";
343"github.com/docker/distribution/registry/storage/cache/memory" [label="github.com/docker/distribution/registry/storage/cache/memory" color="paleturquoise" URL="https://godoc.org/github.com/docker/distribution/registry/storage/cache/memory" target="_blank"];
344"github.com/docker/distribution/registry/storage/cache/memory" -> "context";
345"github.com/docker/distribution/registry/storage/cache/memory" -> "github.com/docker/distribution";
346"github.com/docker/distribution/registry/storage/cache/memory" -> "github.com/docker/distribution/reference";
347"github.com/docker/distribution/registry/storage/cache/memory" -> "github.com/docker/distribution/registry/storage/cache";
348"github.com/docker/distribution/registry/storage/cache/memory" -> "github.com/opencontainers/go-digest";
349"github.com/docker/distribution/registry/storage/cache/memory" -> "sync";
350"github.com/docker/docker-credential-helpers/client" [label="github.com/docker/docker-credential-helpers/client" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker-credential-helpers/client" target="_blank"];
351"github.com/docker/docker-credential-helpers/client" -> "bytes";
352"github.com/docker/docker-credential-helpers/client" -> "encoding/json";
353"github.com/docker/docker-credential-helpers/client" -> "fmt";
354"github.com/docker/docker-credential-helpers/client" -> "github.com/docker/docker-credential-helpers/credentials";
355"github.com/docker/docker-credential-helpers/client" -> "io";
356"github.com/docker/docker-credential-helpers/client" -> "os";
357"github.com/docker/docker-credential-helpers/client" -> "os/exec";
358"github.com/docker/docker-credential-helpers/client" -> "strings";
359"github.com/docker/docker-credential-helpers/credentials" [label="github.com/docker/docker-credential-helpers/credentials" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker-credential-helpers/credentials" target="_blank"];
360"github.com/docker/docker-credential-helpers/credentials" -> "bufio";
361"github.com/docker/docker-credential-helpers/credentials" -> "bytes";
362"github.com/docker/docker-credential-helpers/credentials" -> "encoding/json";
363"github.com/docker/docker-credential-helpers/credentials" -> "fmt";
364"github.com/docker/docker-credential-helpers/credentials" -> "io";
365"github.com/docker/docker-credential-helpers/credentials" -> "os";
366"github.com/docker/docker-credential-helpers/credentials" -> "strings";
367"github.com/docker/docker/api/types/versions" [label="github.com/docker/docker/api/types/versions" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker/api/types/versions" target="_blank"];
368"github.com/docker/docker/api/types/versions" -> "strconv";
369"github.com/docker/docker/api/types/versions" -> "strings";
370"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"];
371"github.com/docker/docker/pkg/homedir" -> "github.com/docker/docker/pkg/idtools";
372"github.com/docker/docker/pkg/homedir" -> "github.com/opencontainers/runc/libcontainer/user";
373"github.com/docker/docker/pkg/homedir" -> "os";
374"github.com/docker/docker/pkg/idtools" [label="github.com/docker/docker/pkg/idtools" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker/pkg/idtools" target="_blank"];
375"github.com/docker/docker/pkg/idtools" -> "bufio";
376"github.com/docker/docker/pkg/idtools" -> "bytes";
377"github.com/docker/docker/pkg/idtools" -> "fmt";
378"github.com/docker/docker/pkg/idtools" -> "github.com/docker/docker/pkg/system";
379"github.com/docker/docker/pkg/idtools" -> "github.com/opencontainers/runc/libcontainer/user";
380"github.com/docker/docker/pkg/idtools" -> "io";
381"github.com/docker/docker/pkg/idtools" -> "os";
382"github.com/docker/docker/pkg/idtools" -> "os/exec";
383"github.com/docker/docker/pkg/idtools" -> "path/filepath";
384"github.com/docker/docker/pkg/idtools" -> "regexp";
385"github.com/docker/docker/pkg/idtools" -> "sort";
386"github.com/docker/docker/pkg/idtools" -> "strconv";
387"github.com/docker/docker/pkg/idtools" -> "strings";
388"github.com/docker/docker/pkg/idtools" -> "sync";
389"github.com/docker/docker/pkg/idtools" -> "syscall";
390"github.com/docker/docker/pkg/mount" [label="github.com/docker/docker/pkg/mount" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker/pkg/mount" target="_blank"];
391"github.com/docker/docker/pkg/mount" -> "bufio";
392"github.com/docker/docker/pkg/mount" -> "fmt";
393"github.com/docker/docker/pkg/mount" -> "github.com/pkg/errors";
394"github.com/docker/docker/pkg/mount" -> "github.com/sirupsen/logrus";
395"github.com/docker/docker/pkg/mount" -> "golang.org/x/sys/unix";
396"github.com/docker/docker/pkg/mount" -> "io";
397"github.com/docker/docker/pkg/mount" -> "os";
398"github.com/docker/docker/pkg/mount" -> "sort";
399"github.com/docker/docker/pkg/mount" -> "strconv";
400"github.com/docker/docker/pkg/mount" -> "strings";
401"github.com/docker/docker/pkg/system" [label="github.com/docker/docker/pkg/system" color="paleturquoise" URL="https://godoc.org/github.com/docker/docker/pkg/system" target="_blank"];
402"github.com/docker/docker/pkg/system" -> "bufio";
403"github.com/docker/docker/pkg/system" -> "errors";
404"github.com/docker/docker/pkg/system" -> "fmt";
405"github.com/docker/docker/pkg/system" -> "github.com/docker/docker/pkg/mount";
406"github.com/docker/docker/pkg/system" -> "github.com/docker/go-units";
407"github.com/docker/docker/pkg/system" -> "github.com/opencontainers/image-spec/specs-go/v1";
408"github.com/docker/docker/pkg/system" -> "github.com/pkg/errors";
409"github.com/docker/docker/pkg/system" -> "golang.org/x/sys/unix";
410"github.com/docker/docker/pkg/system" -> "io";
411"github.com/docker/docker/pkg/system" -> "io/ioutil";
412"github.com/docker/docker/pkg/system" -> "os";
413"github.com/docker/docker/pkg/system" -> "os/exec";
414"github.com/docker/docker/pkg/system" -> "path/filepath";
415"github.com/docker/docker/pkg/system" -> "runtime";
416"github.com/docker/docker/pkg/system" -> "strconv";
417"github.com/docker/docker/pkg/system" -> "strings";
418"github.com/docker/docker/pkg/system" -> "syscall";
419"github.com/docker/docker/pkg/system" -> "time";
420"github.com/docker/docker/pkg/system" -> "unsafe";
421"github.com/docker/go-connections/sockets" [label="github.com/docker/go-connections/sockets" color="paleturquoise" URL="https://godoc.org/github.com/docker/go-connections/sockets" target="_blank"];
422"github.com/docker/go-connections/sockets" -> "crypto/tls";
423"github.com/docker/go-connections/sockets" -> "errors";
424"github.com/docker/go-connections/sockets" -> "fmt";
425"github.com/docker/go-connections/sockets" -> "golang.org/x/net/proxy";
426"github.com/docker/go-connections/sockets" -> "net";
427"github.com/docker/go-connections/sockets" -> "net/http";
428"github.com/docker/go-connections/sockets" -> "net/url";
429"github.com/docker/go-connections/sockets" -> "os";
430"github.com/docker/go-connections/sockets" -> "strings";
431"github.com/docker/go-connections/sockets" -> "sync";
432"github.com/docker/go-connections/sockets" -> "syscall";
433"github.com/docker/go-connections/sockets" -> "time";
434"github.com/docker/go-connections/tlsconfig" [label="github.com/docker/go-connections/tlsconfig" color="paleturquoise" URL="https://godoc.org/github.com/docker/go-connections/tlsconfig" target="_blank"];
435"github.com/docker/go-connections/tlsconfig" -> "crypto/tls";
436"github.com/docker/go-connections/tlsconfig" -> "crypto/x509";
437"github.com/docker/go-connections/tlsconfig" -> "encoding/pem";
438"github.com/docker/go-connections/tlsconfig" -> "fmt";
439"github.com/docker/go-connections/tlsconfig" -> "github.com/pkg/errors";
440"github.com/docker/go-connections/tlsconfig" -> "io/ioutil";
441"github.com/docker/go-connections/tlsconfig" -> "os";
442"github.com/docker/go-connections/tlsconfig" -> "runtime";
443"github.com/docker/go-metrics" [label="github.com/docker/go-metrics" color="paleturquoise" URL="https://godoc.org/github.com/docker/go-metrics" target="_blank"];
444"github.com/docker/go-metrics" -> "fmt";
445"github.com/docker/go-metrics" -> "github.com/prometheus/client_golang/prometheus";
446"github.com/docker/go-metrics" -> "github.com/prometheus/client_golang/prometheus/promhttp";
447"github.com/docker/go-metrics" -> "net/http";
448"github.com/docker/go-metrics" -> "sync";
449"github.com/docker/go-metrics" -> "time";
450"github.com/docker/go-units" [label="github.com/docker/go-units" color="palegoldenrod" URL="https://godoc.org/github.com/docker/go-units" target="_blank"];
451"github.com/docker/go-units" -> "fmt";
452"github.com/docker/go-units" -> "regexp";
453"github.com/docker/go-units" -> "strconv";
454"github.com/docker/go-units" -> "strings";
455"github.com/docker/go-units" -> "time";
456"github.com/ghodss/yaml" [label="github.com/ghodss/yaml" color="paleturquoise" URL="https://godoc.org/github.com/ghodss/yaml" target="_blank"];
457"github.com/ghodss/yaml" -> "bytes";
458"github.com/ghodss/yaml" -> "encoding";
459"github.com/ghodss/yaml" -> "encoding/json";
460"github.com/ghodss/yaml" -> "fmt";
461"github.com/ghodss/yaml" -> "gopkg.in/yaml.v2";
462"github.com/ghodss/yaml" -> "reflect";
463"github.com/ghodss/yaml" -> "sort";
464"github.com/ghodss/yaml" -> "strconv";
465"github.com/ghodss/yaml" -> "strings";
466"github.com/ghodss/yaml" -> "sync";
467"github.com/ghodss/yaml" -> "unicode";
468"github.com/ghodss/yaml" -> "unicode/utf8";
469"github.com/golang/protobuf/proto" [label="github.com/golang/protobuf/proto" color="paleturquoise" URL="https://godoc.org/github.com/golang/protobuf/proto" target="_blank"];
470"github.com/golang/protobuf/proto" -> "bufio";
471"github.com/golang/protobuf/proto" -> "bytes";
472"github.com/golang/protobuf/proto" -> "encoding";
473"github.com/golang/protobuf/proto" -> "encoding/json";
474"github.com/golang/protobuf/proto" -> "errors";
475"github.com/golang/protobuf/proto" -> "fmt";
476"github.com/golang/protobuf/proto" -> "io";
477"github.com/golang/protobuf/proto" -> "log";
478"github.com/golang/protobuf/proto" -> "math";
479"github.com/golang/protobuf/proto" -> "reflect";
480"github.com/golang/protobuf/proto" -> "sort";
481"github.com/golang/protobuf/proto" -> "strconv";
482"github.com/golang/protobuf/proto" -> "strings";
483"github.com/golang/protobuf/proto" -> "sync";
484"github.com/golang/protobuf/proto" -> "sync/atomic";
485"github.com/golang/protobuf/proto" -> "unicode/utf8";
486"github.com/golang/protobuf/proto" -> "unsafe";
487"github.com/gorilla/mux" [label="github.com/gorilla/mux" color="paleturquoise" URL="https://godoc.org/github.com/gorilla/mux" target="_blank"];
488"github.com/gorilla/mux" -> "bytes";
489"github.com/gorilla/mux" -> "context";
490"github.com/gorilla/mux" -> "errors";
491"github.com/gorilla/mux" -> "fmt";
492"github.com/gorilla/mux" -> "net/http";
493"github.com/gorilla/mux" -> "net/url";
494"github.com/gorilla/mux" -> "path";
495"github.com/gorilla/mux" -> "regexp";
496"github.com/gorilla/mux" -> "strconv";
497"github.com/gorilla/mux" -> "strings";
498"github.com/klauspost/compress/flate" [label="github.com/klauspost/compress/flate" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/flate" target="_blank"];
499"github.com/klauspost/compress/flate" -> "bufio";
500"github.com/klauspost/compress/flate" -> "bytes";
501"github.com/klauspost/compress/flate" -> "encoding/binary";
502"github.com/klauspost/compress/flate" -> "fmt";
503"github.com/klauspost/compress/flate" -> "io";
504"github.com/klauspost/compress/flate" -> "math";
505"github.com/klauspost/compress/flate" -> "math/bits";
506"github.com/klauspost/compress/flate" -> "sort";
507"github.com/klauspost/compress/flate" -> "strconv";
508"github.com/klauspost/compress/flate" -> "sync";
509"github.com/klauspost/compress/fse" [label="github.com/klauspost/compress/fse" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/fse" target="_blank"];
510"github.com/klauspost/compress/fse" -> "errors";
511"github.com/klauspost/compress/fse" -> "fmt";
512"github.com/klauspost/compress/fse" -> "io";
513"github.com/klauspost/compress/fse" -> "math/bits";
514"github.com/klauspost/compress/huff0" [label="github.com/klauspost/compress/huff0" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/huff0" target="_blank"];
515"github.com/klauspost/compress/huff0" -> "errors";
516"github.com/klauspost/compress/huff0" -> "fmt";
517"github.com/klauspost/compress/huff0" -> "github.com/klauspost/compress/fse";
518"github.com/klauspost/compress/huff0" -> "io";
519"github.com/klauspost/compress/huff0" -> "math";
520"github.com/klauspost/compress/huff0" -> "math/bits";
521"github.com/klauspost/compress/huff0" -> "runtime";
522"github.com/klauspost/compress/huff0" -> "sync";
523"github.com/klauspost/compress/snappy" [label="github.com/klauspost/compress/snappy" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/snappy" target="_blank"];
524"github.com/klauspost/compress/snappy" -> "encoding/binary";
525"github.com/klauspost/compress/snappy" -> "errors";
526"github.com/klauspost/compress/snappy" -> "hash/crc32";
527"github.com/klauspost/compress/snappy" -> "io";
528"github.com/klauspost/compress/zstd" [label="github.com/klauspost/compress/zstd" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/zstd" target="_blank"];
529"github.com/klauspost/compress/zstd" -> "bytes";
530"github.com/klauspost/compress/zstd" -> "crypto/rand";
531"github.com/klauspost/compress/zstd" -> "encoding/binary";
532"github.com/klauspost/compress/zstd" -> "encoding/hex";
533"github.com/klauspost/compress/zstd" -> "errors";
534"github.com/klauspost/compress/zstd" -> "fmt";
535"github.com/klauspost/compress/zstd" -> "github.com/klauspost/compress/huff0";
536"github.com/klauspost/compress/zstd" -> "github.com/klauspost/compress/snappy";
537"github.com/klauspost/compress/zstd" -> "github.com/klauspost/compress/zstd/internal/xxhash";
538"github.com/klauspost/compress/zstd" -> "hash";
539"github.com/klauspost/compress/zstd" -> "hash/crc32";
540"github.com/klauspost/compress/zstd" -> "io";
541"github.com/klauspost/compress/zstd" -> "io/ioutil";
542"github.com/klauspost/compress/zstd" -> "log";
543"github.com/klauspost/compress/zstd" -> "math";
544"github.com/klauspost/compress/zstd" -> "math/bits";
545"github.com/klauspost/compress/zstd" -> "runtime";
546"github.com/klauspost/compress/zstd" -> "runtime/debug";
547"github.com/klauspost/compress/zstd" -> "strconv";
548"github.com/klauspost/compress/zstd" -> "strings";
549"github.com/klauspost/compress/zstd" -> "sync";
550"github.com/klauspost/compress/zstd/internal/xxhash" [label="github.com/klauspost/compress/zstd/internal/xxhash" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/compress/zstd/internal/xxhash" target="_blank"];
551"github.com/klauspost/compress/zstd/internal/xxhash" -> "encoding/binary";
552"github.com/klauspost/compress/zstd/internal/xxhash" -> "errors";
553"github.com/klauspost/compress/zstd/internal/xxhash" -> "math/bits";
554"github.com/klauspost/pgzip" [label="github.com/klauspost/pgzip" color="paleturquoise" URL="https://godoc.org/github.com/klauspost/pgzip" target="_blank"];
555"github.com/klauspost/pgzip" -> "bufio";
556"github.com/klauspost/pgzip" -> "bytes";
557"github.com/klauspost/pgzip" -> "errors";
558"github.com/klauspost/pgzip" -> "fmt";
559"github.com/klauspost/pgzip" -> "github.com/klauspost/compress/flate";
560"github.com/klauspost/pgzip" -> "hash";
561"github.com/klauspost/pgzip" -> "hash/crc32";
562"github.com/klauspost/pgzip" -> "io";
563"github.com/klauspost/pgzip" -> "sync";
564"github.com/klauspost/pgzip" -> "time";
565"github.com/matttproud/golang_protobuf_extensions/pbutil" [label="github.com/matttproud/golang_protobuf_extensions/pbutil" color="paleturquoise" URL="https://godoc.org/github.com/matttproud/golang_protobuf_extensions/pbutil" target="_blank"];
566"github.com/matttproud/golang_protobuf_extensions/pbutil" -> "encoding/binary";
567"github.com/matttproud/golang_protobuf_extensions/pbutil" -> "errors";
568"github.com/matttproud/golang_protobuf_extensions/pbutil" -> "github.com/golang/protobuf/proto";
569"github.com/matttproud/golang_protobuf_extensions/pbutil" -> "io";
570"github.com/opencontainers/go-digest" [label="github.com/opencontainers/go-digest" color="paleturquoise" URL="https://godoc.org/github.com/opencontainers/go-digest" target="_blank"];
571"github.com/opencontainers/go-digest" -> "crypto";
572"github.com/opencontainers/go-digest" -> "fmt";
573"github.com/opencontainers/go-digest" -> "hash";
574"github.com/opencontainers/go-digest" -> "io";
575"github.com/opencontainers/go-digest" -> "regexp";
576"github.com/opencontainers/go-digest" -> "strings";
577"github.com/opencontainers/image-spec/specs-go" [label="github.com/opencontainers/image-spec/specs-go" color="paleturquoise" URL="https://godoc.org/github.com/opencontainers/image-spec/specs-go" target="_blank"];
578"github.com/opencontainers/image-spec/specs-go" -> "fmt";
579"github.com/opencontainers/image-spec/specs-go/v1" [label="github.com/opencontainers/image-spec/specs-go/v1" color="paleturquoise" URL="https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1" target="_blank"];
580"github.com/opencontainers/image-spec/specs-go/v1" -> "github.com/opencontainers/go-digest";
581"github.com/opencontainers/image-spec/specs-go/v1" -> "github.com/opencontainers/image-spec/specs-go";
582"github.com/opencontainers/image-spec/specs-go/v1" -> "time";
583"github.com/opencontainers/runc/libcontainer/user" [label="github.com/opencontainers/runc/libcontainer/user" color="palegoldenrod" URL="https://godoc.org/github.com/opencontainers/runc/libcontainer/user" target="_blank"];
584"github.com/opencontainers/runc/libcontainer/user" -> "bufio";
585"github.com/opencontainers/runc/libcontainer/user" -> "errors";
586"github.com/opencontainers/runc/libcontainer/user" -> "fmt";
587"github.com/opencontainers/runc/libcontainer/user" -> "golang.org/x/sys/unix";
588"github.com/opencontainers/runc/libcontainer/user" -> "io";
589"github.com/opencontainers/runc/libcontainer/user" -> "os";
590"github.com/opencontainers/runc/libcontainer/user" -> "os/user";
591"github.com/opencontainers/runc/libcontainer/user" -> "strconv";
592"github.com/opencontainers/runc/libcontainer/user" -> "strings";
593"github.com/pkg/errors" [label="github.com/pkg/errors" color="paleturquoise" URL="https://godoc.org/github.com/pkg/errors" target="_blank"];
594"github.com/pkg/errors" -> "fmt";
595"github.com/pkg/errors" -> "io";
596"github.com/pkg/errors" -> "path";
597"github.com/pkg/errors" -> "runtime";
598"github.com/pkg/errors" -> "strings";
599"github.com/prometheus/client_golang/prometheus" [label="github.com/prometheus/client_golang/prometheus" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/client_golang/prometheus" target="_blank"];
600"github.com/prometheus/client_golang/prometheus" -> "bytes";
601"github.com/prometheus/client_golang/prometheus" -> "encoding/json";
602"github.com/prometheus/client_golang/prometheus" -> "errors";
603"github.com/prometheus/client_golang/prometheus" -> "expvar";
604"github.com/prometheus/client_golang/prometheus" -> "fmt";
605"github.com/prometheus/client_golang/prometheus" -> "github.com/beorn7/perks/quantile";
606"github.com/prometheus/client_golang/prometheus" -> "github.com/cespare/xxhash/v2";
607"github.com/prometheus/client_golang/prometheus" -> "github.com/golang/protobuf/proto";
608"github.com/prometheus/client_golang/prometheus" -> "github.com/prometheus/client_golang/prometheus/internal";
609"github.com/prometheus/client_golang/prometheus" -> "github.com/prometheus/client_model/go";
610"github.com/prometheus/client_golang/prometheus" -> "github.com/prometheus/common/expfmt";
611"github.com/prometheus/client_golang/prometheus" -> "github.com/prometheus/common/model";
612"github.com/prometheus/client_golang/prometheus" -> "github.com/prometheus/procfs";
613"github.com/prometheus/client_golang/prometheus" -> "io/ioutil";
614"github.com/prometheus/client_golang/prometheus" -> "math";
615"github.com/prometheus/client_golang/prometheus" -> "os";
616"github.com/prometheus/client_golang/prometheus" -> "path/filepath";
617"github.com/prometheus/client_golang/prometheus" -> "runtime";
618"github.com/prometheus/client_golang/prometheus" -> "runtime/debug";
619"github.com/prometheus/client_golang/prometheus" -> "sort";
620"github.com/prometheus/client_golang/prometheus" -> "strings";
621"github.com/prometheus/client_golang/prometheus" -> "sync";
622"github.com/prometheus/client_golang/prometheus" -> "sync/atomic";
623"github.com/prometheus/client_golang/prometheus" -> "time";
624"github.com/prometheus/client_golang/prometheus" -> "unicode/utf8";
625"github.com/prometheus/client_golang/prometheus/internal" [label="github.com/prometheus/client_golang/prometheus/internal" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/client_golang/prometheus/internal" target="_blank"];
626"github.com/prometheus/client_golang/prometheus/internal" -> "github.com/prometheus/client_model/go";
627"github.com/prometheus/client_golang/prometheus/internal" -> "sort";
628"github.com/prometheus/client_golang/prometheus/promhttp" [label="github.com/prometheus/client_golang/prometheus/promhttp" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/client_golang/prometheus/promhttp" target="_blank"];
629"github.com/prometheus/client_golang/prometheus/promhttp" -> "bufio";
630"github.com/prometheus/client_golang/prometheus/promhttp" -> "compress/gzip";
631"github.com/prometheus/client_golang/prometheus/promhttp" -> "crypto/tls";
632"github.com/prometheus/client_golang/prometheus/promhttp" -> "errors";
633"github.com/prometheus/client_golang/prometheus/promhttp" -> "fmt";
634"github.com/prometheus/client_golang/prometheus/promhttp" -> "github.com/prometheus/client_golang/prometheus";
635"github.com/prometheus/client_golang/prometheus/promhttp" -> "github.com/prometheus/client_model/go";
636"github.com/prometheus/client_golang/prometheus/promhttp" -> "github.com/prometheus/common/expfmt";
637"github.com/prometheus/client_golang/prometheus/promhttp" -> "io";
638"github.com/prometheus/client_golang/prometheus/promhttp" -> "net";
639"github.com/prometheus/client_golang/prometheus/promhttp" -> "net/http";
640"github.com/prometheus/client_golang/prometheus/promhttp" -> "net/http/httptrace";
641"github.com/prometheus/client_golang/prometheus/promhttp" -> "strconv";
642"github.com/prometheus/client_golang/prometheus/promhttp" -> "strings";
643"github.com/prometheus/client_golang/prometheus/promhttp" -> "sync";
644"github.com/prometheus/client_golang/prometheus/promhttp" -> "time";
645"github.com/prometheus/client_model/go" [label="github.com/prometheus/client_model/go" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/client_model/go" target="_blank"];
646"github.com/prometheus/client_model/go" -> "fmt";
647"github.com/prometheus/client_model/go" -> "github.com/golang/protobuf/proto";
648"github.com/prometheus/client_model/go" -> "math";
649"github.com/prometheus/common/expfmt" [label="github.com/prometheus/common/expfmt" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/common/expfmt" target="_blank"];
650"github.com/prometheus/common/expfmt" -> "bufio";
651"github.com/prometheus/common/expfmt" -> "bytes";
652"github.com/prometheus/common/expfmt" -> "fmt";
653"github.com/prometheus/common/expfmt" -> "github.com/golang/protobuf/proto";
654"github.com/prometheus/common/expfmt" -> "github.com/matttproud/golang_protobuf_extensions/pbutil";
655"github.com/prometheus/common/expfmt" -> "github.com/prometheus/client_model/go";
656"github.com/prometheus/common/expfmt" -> "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg";
657"github.com/prometheus/common/expfmt" -> "github.com/prometheus/common/model";
658"github.com/prometheus/common/expfmt" -> "io";
659"github.com/prometheus/common/expfmt" -> "io/ioutil";
660"github.com/prometheus/common/expfmt" -> "math";
661"github.com/prometheus/common/expfmt" -> "mime";
662"github.com/prometheus/common/expfmt" -> "net/http";
663"github.com/prometheus/common/expfmt" -> "strconv";
664"github.com/prometheus/common/expfmt" -> "strings";
665"github.com/prometheus/common/expfmt" -> "sync";
666"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" [label="github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" target="_blank"];
667"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" -> "sort";
668"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" -> "strconv";
669"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg" -> "strings";
670"github.com/prometheus/common/model" [label="github.com/prometheus/common/model" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/common/model" target="_blank"];
671"github.com/prometheus/common/model" -> "encoding/json";
672"github.com/prometheus/common/model" -> "fmt";
673"github.com/prometheus/common/model" -> "math";
674"github.com/prometheus/common/model" -> "regexp";
675"github.com/prometheus/common/model" -> "sort";
676"github.com/prometheus/common/model" -> "strconv";
677"github.com/prometheus/common/model" -> "strings";
678"github.com/prometheus/common/model" -> "time";
679"github.com/prometheus/common/model" -> "unicode/utf8";
680"github.com/prometheus/procfs" [label="github.com/prometheus/procfs" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/procfs" target="_blank"];
681"github.com/prometheus/procfs" -> "bufio";
682"github.com/prometheus/procfs" -> "bytes";
683"github.com/prometheus/procfs" -> "encoding/hex";
684"github.com/prometheus/procfs" -> "errors";
685"github.com/prometheus/procfs" -> "fmt";
686"github.com/prometheus/procfs" -> "github.com/prometheus/procfs/internal/fs";
687"github.com/prometheus/procfs" -> "github.com/prometheus/procfs/internal/util";
688"github.com/prometheus/procfs" -> "io";
689"github.com/prometheus/procfs" -> "io/ioutil";
690"github.com/prometheus/procfs" -> "net";
691"github.com/prometheus/procfs" -> "os";
692"github.com/prometheus/procfs" -> "path/filepath";
693"github.com/prometheus/procfs" -> "regexp";
694"github.com/prometheus/procfs" -> "sort";
695"github.com/prometheus/procfs" -> "strconv";
696"github.com/prometheus/procfs" -> "strings";
697"github.com/prometheus/procfs" -> "time";
698"github.com/prometheus/procfs/internal/fs" [label="github.com/prometheus/procfs/internal/fs" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/procfs/internal/fs" target="_blank"];
699"github.com/prometheus/procfs/internal/fs" -> "fmt";
700"github.com/prometheus/procfs/internal/fs" -> "os";
701"github.com/prometheus/procfs/internal/fs" -> "path/filepath";
702"github.com/prometheus/procfs/internal/util" [label="github.com/prometheus/procfs/internal/util" color="paleturquoise" URL="https://godoc.org/github.com/prometheus/procfs/internal/util" target="_blank"];
703"github.com/prometheus/procfs/internal/util" -> "bytes";
704"github.com/prometheus/procfs/internal/util" -> "io/ioutil";
705"github.com/prometheus/procfs/internal/util" -> "os";
706"github.com/prometheus/procfs/internal/util" -> "strconv";
707"github.com/prometheus/procfs/internal/util" -> "strings";
708"github.com/prometheus/procfs/internal/util" -> "syscall";
709"github.com/sirupsen/logrus" [label="github.com/sirupsen/logrus" color="paleturquoise" URL="https://godoc.org/github.com/sirupsen/logrus" target="_blank"];
710"github.com/sirupsen/logrus" -> "bufio";
711"github.com/sirupsen/logrus" -> "bytes";
712"github.com/sirupsen/logrus" -> "context";
713"github.com/sirupsen/logrus" -> "encoding/json";
714"github.com/sirupsen/logrus" -> "fmt";
715"github.com/sirupsen/logrus" -> "golang.org/x/sys/unix";
716"github.com/sirupsen/logrus" -> "io";
717"github.com/sirupsen/logrus" -> "log";
718"github.com/sirupsen/logrus" -> "os";
719"github.com/sirupsen/logrus" -> "reflect";
720"github.com/sirupsen/logrus" -> "runtime";
721"github.com/sirupsen/logrus" -> "sort";
722"github.com/sirupsen/logrus" -> "strings";
723"github.com/sirupsen/logrus" -> "sync";
724"github.com/sirupsen/logrus" -> "sync/atomic";
725"github.com/sirupsen/logrus" -> "time";
726"github.com/ulikunitz/xz" [label="github.com/ulikunitz/xz" color="paleturquoise" URL="https://godoc.org/github.com/ulikunitz/xz" target="_blank"];
727"github.com/ulikunitz/xz" -> "bytes";
728"github.com/ulikunitz/xz" -> "crypto/sha256";
729"github.com/ulikunitz/xz" -> "errors";
730"github.com/ulikunitz/xz" -> "fmt";
731"github.com/ulikunitz/xz" -> "github.com/ulikunitz/xz/internal/xlog";
732"github.com/ulikunitz/xz" -> "github.com/ulikunitz/xz/lzma";
733"github.com/ulikunitz/xz" -> "hash";
734"github.com/ulikunitz/xz" -> "hash/crc32";
735"github.com/ulikunitz/xz" -> "hash/crc64";
736"github.com/ulikunitz/xz" -> "io";
737"github.com/ulikunitz/xz/internal/hash" [label="github.com/ulikunitz/xz/internal/hash" color="paleturquoise" URL="https://godoc.org/github.com/ulikunitz/xz/internal/hash" target="_blank"];
738"github.com/ulikunitz/xz/internal/xlog" [label="github.com/ulikunitz/xz/internal/xlog" color="paleturquoise" URL="https://godoc.org/github.com/ulikunitz/xz/internal/xlog" target="_blank"];
739"github.com/ulikunitz/xz/internal/xlog" -> "fmt";
740"github.com/ulikunitz/xz/internal/xlog" -> "io";
741"github.com/ulikunitz/xz/internal/xlog" -> "os";
742"github.com/ulikunitz/xz/internal/xlog" -> "runtime";
743"github.com/ulikunitz/xz/internal/xlog" -> "sync";
744"github.com/ulikunitz/xz/internal/xlog" -> "time";
745"github.com/ulikunitz/xz/lzma" [label="github.com/ulikunitz/xz/lzma" color="paleturquoise" URL="https://godoc.org/github.com/ulikunitz/xz/lzma" target="_blank"];
746"github.com/ulikunitz/xz/lzma" -> "bufio";
747"github.com/ulikunitz/xz/lzma" -> "bytes";
748"github.com/ulikunitz/xz/lzma" -> "errors";
749"github.com/ulikunitz/xz/lzma" -> "fmt";
750"github.com/ulikunitz/xz/lzma" -> "github.com/ulikunitz/xz/internal/hash";
751"github.com/ulikunitz/xz/lzma" -> "github.com/ulikunitz/xz/internal/xlog";
752"github.com/ulikunitz/xz/lzma" -> "io";
753"github.com/ulikunitz/xz/lzma" -> "unicode";
754"golang.org/x/net/internal/socks" [label="golang.org/x/net/internal/socks" color="paleturquoise" URL="https://godoc.org/golang.org/x/net/internal/socks" target="_blank"];
755"golang.org/x/net/internal/socks" -> "context";
756"golang.org/x/net/internal/socks" -> "errors";
757"golang.org/x/net/internal/socks" -> "io";
758"golang.org/x/net/internal/socks" -> "net";
759"golang.org/x/net/internal/socks" -> "strconv";
760"golang.org/x/net/internal/socks" -> "time";
761"golang.org/x/net/proxy" [label="golang.org/x/net/proxy" color="paleturquoise" URL="https://godoc.org/golang.org/x/net/proxy" target="_blank"];
762"golang.org/x/net/proxy" -> "context";
763"golang.org/x/net/proxy" -> "errors";
764"golang.org/x/net/proxy" -> "golang.org/x/net/internal/socks";
765"golang.org/x/net/proxy" -> "net";
766"golang.org/x/net/proxy" -> "net/url";
767"golang.org/x/net/proxy" -> "os";
768"golang.org/x/net/proxy" -> "strings";
769"golang.org/x/net/proxy" -> "sync";
770"golang.org/x/sys/unix" [label="golang.org/x/sys/unix" color="paleturquoise" URL="https://godoc.org/golang.org/x/sys/unix" target="_blank"];
771"golang.org/x/sys/unix" -> "bytes";
772"golang.org/x/sys/unix" -> "encoding/binary";
773"golang.org/x/sys/unix" -> "net";
774"golang.org/x/sys/unix" -> "runtime";
775"golang.org/x/sys/unix" -> "sort";
776"golang.org/x/sys/unix" -> "strings";
777"golang.org/x/sys/unix" -> "sync";
778"golang.org/x/sys/unix" -> "syscall";
779"golang.org/x/sys/unix" -> "time";
780"golang.org/x/sys/unix" -> "unsafe";
781"gopkg.in/yaml.v2" [label="gopkg.in/yaml.v2" color="paleturquoise" URL="https://godoc.org/gopkg.in/yaml.v2" target="_blank"];
782"gopkg.in/yaml.v2" -> "bytes";
783"gopkg.in/yaml.v2" -> "encoding";
784"gopkg.in/yaml.v2" -> "encoding/base64";
785"gopkg.in/yaml.v2" -> "errors";
786"gopkg.in/yaml.v2" -> "fmt";
787"gopkg.in/yaml.v2" -> "io";
788"gopkg.in/yaml.v2" -> "math";
789"gopkg.in/yaml.v2" -> "reflect";
790"gopkg.in/yaml.v2" -> "regexp";
791"gopkg.in/yaml.v2" -> "sort";
792"gopkg.in/yaml.v2" -> "strconv";
793"gopkg.in/yaml.v2" -> "strings";
794"gopkg.in/yaml.v2" -> "sync";
795"gopkg.in/yaml.v2" -> "time";
796"gopkg.in/yaml.v2" -> "unicode";
797"gopkg.in/yaml.v2" -> "unicode/utf8";
798"hash" [label="hash" color="palegreen" URL="https://godoc.org/hash" target="_blank"];
799"hash/crc32" [label="hash/crc32" color="palegreen" URL="https://godoc.org/hash/crc32" target="_blank"];
800"hash/crc64" [label="hash/crc64" color="palegreen" URL="https://godoc.org/hash/crc64" target="_blank"];
801"io" [label="io" color="palegreen" URL="https://godoc.org/io" target="_blank"];
802"io/ioutil" [label="io/ioutil" color="palegreen" URL="https://godoc.org/io/ioutil" target="_blank"];
803"log" [label="log" color="palegreen" URL="https://godoc.org/log" target="_blank"];
804"math" [label="math" color="palegreen" URL="https://godoc.org/math" target="_blank"];
805"math/big" [label="math/big" color="palegreen" URL="https://godoc.org/math/big" target="_blank"];
806"math/bits" [label="math/bits" color="palegreen" URL="https://godoc.org/math/bits" target="_blank"];
807"mime" [label="mime" color="palegreen" URL="https://godoc.org/mime" target="_blank"];
808"net" [label="net" color="palegreen" URL="https://godoc.org/net" target="_blank"];
809"net/http" [label="net/http" color="palegreen" URL="https://godoc.org/net/http" target="_blank"];
810"net/http/httptrace" [label="net/http/httptrace" color="palegreen" URL="https://godoc.org/net/http/httptrace" target="_blank"];
811"net/url" [label="net/url" color="palegreen" URL="https://godoc.org/net/url" target="_blank"];
812"os" [label="os" color="palegreen" URL="https://godoc.org/os" target="_blank"];
813"os/exec" [label="os/exec" color="palegreen" URL="https://godoc.org/os/exec" target="_blank"];
814"os/user" [label="os/user" color="palegreen" URL="https://godoc.org/os/user" target="_blank"];
815"path" [label="path" color="palegreen" URL="https://godoc.org/path" target="_blank"];
816"path/filepath" [label="path/filepath" color="palegreen" URL="https://godoc.org/path/filepath" target="_blank"];
817"reflect" [label="reflect" color="palegreen" URL="https://godoc.org/reflect" target="_blank"];
818"regexp" [label="regexp" color="palegreen" URL="https://godoc.org/regexp" target="_blank"];
819"runtime" [label="runtime" color="palegreen" URL="https://godoc.org/runtime" target="_blank"];
820"runtime/debug" [label="runtime/debug" color="palegreen" URL="https://godoc.org/runtime/debug" target="_blank"];
821"sort" [label="sort" color="palegreen" URL="https://godoc.org/sort" target="_blank"];
822"strconv" [label="strconv" color="palegreen" URL="https://godoc.org/strconv" target="_blank"];
823"strings" [label="strings" color="palegreen" URL="https://godoc.org/strings" target="_blank"];
824"sync" [label="sync" color="palegreen" URL="https://godoc.org/sync" target="_blank"];
825"sync/atomic" [label="sync/atomic" color="palegreen" URL="https://godoc.org/sync/atomic" target="_blank"];
826"syscall" [label="syscall" color="palegreen" URL="https://godoc.org/syscall" target="_blank"];
827"time" [label="time" color="palegreen" URL="https://godoc.org/time" target="_blank"];
828"unicode" [label="unicode" color="palegreen" URL="https://godoc.org/unicode" target="_blank"];
829"unicode/utf8" [label="unicode/utf8" color="palegreen" URL="https://godoc.org/unicode/utf8" target="_blank"];
830"unsafe" [label="unsafe" color="palegreen" URL="https://godoc.org/unsafe" target="_blank"];
831}
View as plain text