mirror of
https://github.com/spf13/viper
synced 2025-05-06 20:27:17 +00:00
Merge 62433a2544
into a1ecfa6a20
This commit is contained in:
commit
5b05f7e94a
1 changed files with 19 additions and 0 deletions
19
glide.yaml
Normal file
19
glide.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
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/xordataexchange/crypt
|
||||
subpackages:
|
||||
- config
|
||||
- package: gopkg.in/yaml.v2
|
||||
testImport:
|
||||
- package: github.com/stretchr/testify
|
||||
subpackages:
|
||||
- assert
|
Loading…
Add table
Reference in a new issue