bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/BurntSushi/toml | Package toml implements decoding and encoding of TOML files. |
github.com/nicksnyder/go-i18n/v2/i18n | Package i18n provides support for looking up messages according to a set of locale preferences. |
github.com/nicksnyder/go-i18n/v2/internal | |
github.com/nicksnyder/go-i18n/v2/internal/plural | Package plural provides support for pluralizing messages according to CLDR rules http://cldr.unicode.org/index/cldr-spec/plural-rules |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/parser | Package parser implements a parser for Go source files. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |