fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gobuffalo/genny | Package genny is a _framework_ for writing modular generators, it however, doesn't actually generate anything. |
github.com/gobuffalo/logger | |
github.com/gobuffalo/packr/v2 | |
github.com/gobuffalo/packr/v2/jam | |
github.com/gobuffalo/packr/v2/packr2/cmd/fix | |
github.com/gobuffalo/packr/v2/plog | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |