bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fsnotify/fsnotify | Package fsnotify provides a cross-platform interface for file system notifications. |
github.com/go-viper/mapstructure/v2 | Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure. |
github.com/sagikazarmark/locafero | Package locafero looks for files and directories in an {fs.Fs} filesystem. |
github.com/spf13/afero | |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
github.com/spf13/viper/internal/encoding | |
github.com/spf13/viper/internal/encoding/dotenv | |
github.com/spf13/viper/internal/encoding/hcl | |
github.com/spf13/viper/internal/encoding/ini | |
github.com/spf13/viper/internal/encoding/javaproperties | |
github.com/spf13/viper/internal/encoding/json | |
github.com/spf13/viper/internal/encoding/toml | |
github.com/spf13/viper/internal/encoding/yaml | |
github.com/spf13/viper/internal/features | |
io | Package io provides basic interfaces to I/O primitives. |
log/slog | Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
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. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |