context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/purpleidea/mgmt/docs/util | Package util handles metadata for documentation generation. |
github.com/purpleidea/mgmt/engine | Package engine represents the implementation of the resource engine that runs the graph of resources in real-time. |
github.com/purpleidea/mgmt/engine/local | Package local contains functions and interfaces that are shared between functions and resources. |
github.com/purpleidea/mgmt/lang/types | Package types provides a framework for our mcl language values and types. |
github.com/purpleidea/mgmt/pgraph | Package pgraph represents the internal "pointer graph" that we use. |
github.com/purpleidea/mgmt/util | Package util contains a collection of miscellaneous utility functions. |
github.com/purpleidea/mgmt/util/errwrap | Package errwrap contains some error helpers. |
gopkg.in/yaml.v2 | |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |