crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/distribution/api/v2 | |
github.com/docker/distribution/auth | |
github.com/docker/distribution/configuration | |
github.com/docker/distribution/digest | |
github.com/docker/distribution/manifest | |
github.com/docker/distribution/storage | |
github.com/docker/distribution/storagedriver | |
github.com/docker/distribution/storagedriver/factory | |
github.com/gorilla/handlers | Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler). |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
time | Package time provides functionality for measuring and displaying time. |