encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/GeertJohan/go.rice | |
github.com/alecthomas/chroma | Package 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/lexers | Package 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/mux | Package mux implements a request router and dispatcher. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |