Imports of package viper

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
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/fsnotify/fsnotifyPackage fsnotify provides a cross-platform interface for file system notifications.
github.com/hashicorp/hclPackage hcl decodes HCL into usable Go structures.
github.com/hashicorp/hcl/hcl/printerPackage printer implements printing of AST nodes to HCL format.
github.com/magiconair/propertiesPackage properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion.
github.com/mitchellh/mapstructure
github.com/pelletier/go-tomlPackage toml is a TOML parser and manipulation library.
github.com/spf13/afero
github.com/spf13/castPackage cast provides easy and safe casting in Go.
github.com/spf13/jwalterweatherman
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.