github.com/tonto/cli@v0.0.0-20180104210444-aec958fa47db/Gopkg.toml (about)

     1  # Gopkg.toml example
     2  #
     3  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     4  # for detailed Gopkg.toml documentation.
     5  #
     6  # required = ["github.com/user/thing/cmd/thing"]
     7  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     8  #
     9  # [[constraint]]
    10  #   name = "github.com/user/project"
    11  #   version = "1.0.0"
    12  #
    13  # [[constraint]]
    14  #   name = "github.com/user/project2"
    15  #   branch = "dev"
    16  #   source = "github.com/myfork/project2"
    17  #
    18  # [[override]]
    19  #  name = "github.com/x/y"
    20  #  version = "2.4.0"
    21  
    22  
    23  [[constraint]]
    24    name = "github.com/aws/aws-sdk-go"
    25    version = "1.12.28"
    26  
    27  [[constraint]]
    28    name = "github.com/coreos/go-semver"
    29    version = "0.2.0"
    30  
    31  [[constraint]]
    32    branch = "master"
    33    name = "github.com/fatih/color"
    34  
    35  [[constraint]]
    36    name = "github.com/fnproject/fn_go"
    37    version = "0.2.1"
    38  
    39  [[constraint]]
    40    name = "github.com/giantswarm/semver-bump"
    41    version = "1.1.1"
    42  
    43  [[constraint]]
    44    branch = "master"
    45    name = "github.com/go-openapi/strfmt"
    46  
    47  [[constraint]]
    48    branch = "master"
    49    name = "github.com/jmoiron/jsonq"
    50  
    51  [[constraint]]
    52    name = "github.com/moby/moby"
    53    version = "17.5.0-ce-rc3"
    54  
    55  [[constraint]]
    56    name = "github.com/onsi/gomega"
    57    version = "1.2.0"
    58  
    59  [[constraint]]
    60    name = "github.com/urfave/cli"
    61    version = "1.20.0"