github.com/samt42/viper@v0.0.0-20190213113551-4b317a1ea64b/Gopkg.toml (about)

     1  
     2  # Gopkg.toml example
     3  #
     4  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     5  # for detailed Gopkg.toml documentation.
     6  #
     7  # required = ["github.com/user/thing/cmd/thing"]
     8  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     9  #
    10  # [[constraint]]
    11  #   name = "github.com/user/project"
    12  #   version = "1.0.0"
    13  #
    14  # [[constraint]]
    15  #   name = "github.com/user/project2"
    16  #   branch = "dev"
    17  #   source = "github.com/myfork/project2"
    18  #
    19  # [[override]]
    20  #  name = "github.com/x/y"
    21  #  version = "2.4.0"
    22  
    23  [[constraint]]
    24    name = "github.com/fsnotify/fsnotify"
    25    version = "1.4.2"
    26  
    27  [[constraint]]
    28    branch = "master"
    29    name = "github.com/hashicorp/hcl"
    30  
    31  [[constraint]]
    32    branch = "master"
    33    name = "github.com/ltick/go-ini"
    34  
    35  [[constraint]]
    36    name = "github.com/magiconair/properties"
    37    version = "1.7.3"
    38  
    39  [[constraint]]
    40    branch = "master"
    41    name = "github.com/mitchellh/mapstructure"
    42  
    43  [[constraint]]
    44    name = "github.com/pelletier/go-toml"
    45    version = "1.0.0"
    46  
    47  [[constraint]]
    48    branch = "master"
    49    name = "github.com/spf13/afero"
    50  
    51  [[constraint]]
    52    name = "github.com/spf13/cast"
    53    version = "1.1.0"
    54  
    55  [[constraint]]
    56    branch = "master"
    57    name = "github.com/spf13/jwalterweatherman"
    58  
    59  [[constraint]]
    60    name = "github.com/spf13/pflag"
    61    version = "1.0.0"
    62  
    63  [[constraint]]
    64    version = "2.1.1"
    65    name = "gopkg.in/yaml.v2"
    66  
    67  [[constraint]]
    68    branch = "master"
    69    name = "github.com/ltick/crypt"