embed | Package embed provides access to files embedded in the running Go program. |
github.com/alecthomas/chroma/v2 | Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc. |
github.com/dlclark/regexp2 | Package regexp2 is a regexp package that has an interface similar to Go's framework regexp engine but uses a more feature full regex engine behind the scenes. |
io/fs | Package fs defines basic interfaces to a file system. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |