Imports of chromad command

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/GeertJohan/go.rice
github.com/alecthomas/chromaPackage chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc.
github.com/alecthomas/chroma/formatters/html
github.com/alecthomas/chroma/lexersPackage lexers contains the registry of all lexers.
github.com/alecthomas/chroma/styles
github.com/alecthomas/kong
github.com/alecthomas/kong-hcl
github.com/gorilla/csrf
github.com/gorilla/handlers
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.