spf13--viper/glide.yaml
Byron Kam f1d4c8e75a glide yaml and lock
glide yaml file to spell out dependencies at current versions. (glide get github.com/spf13/viper)

glide lock file to pin current versions (glide install ready against current master)
2017-08-18 17:38:05 -07:00

21 lines
601 B
YAML

package: github.com/spf13/viper
import:
- package: github.com/fsnotify/fsnotify
- package: github.com/hashicorp/hcl
- package: github.com/magiconair/properties
- package: github.com/mitchellh/mapstructure
- package: github.com/pelletier/go-toml
- package: github.com/spf13/afero
- package: github.com/spf13/cast
- package: github.com/spf13/jwalterweatherman
- package: github.com/spf13/pflag
- package: github.com/spf13/viper
- package: github.com/xordataexchange/crypt
subpackages:
- config
- package: gopkg.in/yaml.v2
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert