mirror of
https://github.com/spf13/viper
synced 2025-05-06 20:27:17 +00:00
Include the `Gopkg.toml` and `Gopkg.lock` files that were produced by `dep init`. Exclude the `vendor` folder from the git repo Fixes #413 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
47 lines
890 B
TOML
47 lines
890 B
TOML
[[constraint]]
|
|
name = "github.com/fsnotify/fsnotify"
|
|
version = "1.4.2"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/hashicorp/hcl"
|
|
|
|
[[constraint]]
|
|
name = "github.com/magiconair/properties"
|
|
version = "1.7.3"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/mitchellh/mapstructure"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pelletier/go-toml"
|
|
version = "1.0.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/spf13/afero"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cast"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/spf13/jwalterweatherman"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/pflag"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.1.4"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/xordataexchange/crypt"
|
|
|
|
[[constraint]]
|
|
branch = "v2"
|
|
name = "gopkg.in/yaml.v2"
|