17 lines
474 B
YAML
17 lines
474 B
YAML
package: git.loafle.net/commons_go/config
|
|
import:
|
|
- package: github.com/spf13/afero
|
|
- package: gopkg.in/yaml.v2
|
|
- package: github.com/hashicorp/hcl
|
|
- package: github.com/pelletier/go-toml
|
|
version: v1.0.0
|
|
- package: github.com/magiconair/properties
|
|
version: v1.7.3
|
|
- package: github.com/spf13/cast
|
|
version: v1.1.0
|
|
- package: github.com/spf13/pflag
|
|
version: v1.0.0
|
|
- package: github.com/mitchellh/mapstructure
|
|
- package: github.com/fsnotify/fsnotify
|
|
version: v1.4.2
|