github.com/ggreg80/ketos@v0.0.0-20171109040536-049616f51ddb/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/docker/distribution"
    26  
    27  [[constraint]]
    28    name = "github.com/heroku/docker-registry-client"
    29  
    30  [[constraint]]
    31    name = "github.com/opencontainers/go-digest"
    32  
    33  [[constraint]]
    34    name = "github.com/pkg/errors"
    35    version = "0.8.0"
    36  
    37  [[constraint]]
    38    name = "github.com/rainycape/dl"
    39  
    40  [[constraint]]
    41    name = "github.com/sirupsen/logrus"
    42    version = "1.0.3"
    43  
    44  [[constraint]]
    45    name = "github.com/spf13/cobra"
    46  
    47  [[constraint]]
    48    name = "github.com/stretchr/testify"
    49    version = "1.1.4"