Imports of package api

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/libnetwork/netlabel
github.com/docker/libnetwork/netutils
github.com/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.