github.com/nkprince007/lab@v0.6.2-0.20171218071646-19d68b56f403/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  
    24  [[constraint]]
    25    name = "github.com/davecgh/go-spew"
    26    version = "1.1.0"
    27  
    28  [[constraint]]
    29    name = "github.com/pkg/errors"
    30    version = "0.8.0"
    31  
    32  [[constraint]]
    33    branch = "master"
    34    name = "github.com/spf13/cobra"
    35  
    36  [[constraint]]
    37    branch = "master"
    38    name = "github.com/spf13/viper"
    39  
    40  [[constraint]]
    41    name = "github.com/tcnksm/go-gitconfig"
    42    version = "0.1.2"
    43  
    44  [[constraint]]
    45    name = "github.com/xanzy/go-gitlab"
    46    revision = "c457b58fba09cc12a36c8a311ed8a8b85ffeb7e9"