encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
github.com/Sirupsen/logrus | |
github.com/boltdb/bolt | Package bolt implements a low-level key/value store in pure Go. |
github.com/docker/docker/pkg/locker | |
github.com/docker/docker/volume | |
github.com/docker/docker/volume/drivers | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |