Imports of package deployer

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/purpleidea/mgmt/etcd/interfaces
github.com/purpleidea/mgmt/util/errwrapPackage errwrap contains some error helpers.
go.etcd.io/etcd/client/v3Package clientv3 implements the official Go etcd client for v3.
go.etcd.io/etcd/client/v3/clientv3utilPackage clientv3util contains utility functions derived from clientv3.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.