github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/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  [[override]]
    23    name = "gopkg.in/fsnotify.v1"
    24    source = "https://github.com/fsnotify/fsnotify.git"
    25    version = "v1.4.7"
    26  
    27  [[constraint]]
    28    name = "github.com/urfave/cli"
    29    version = "1.20.0"
    30  
    31  [[constraint]]
    32    name = "github.com/onsi/ginkgo"
    33    version = "=1.10.3"
    34  
    35  [[constraint]]
    36    name = "github.com/onsi/gomega"
    37    version = "=1.1.0"
    38  
    39  [prune]
    40    non-go = true
    41    go-tests = true
    42    unused-packages = true
    43  
    44    [[prune.project]]
    45      name = "github.com/onsi/ginkgo"
    46      unused-packages = false
    47  
    48  
    49  [[constraint]]
    50    name = "github.com/opencontainers/specs"
    51    version = "1.0.1"
    52  
    53  [[constraint]]
    54    name = "github.com/BurntSushi/toml"
    55    revision = "a368813c5e648fee92e5f6c30e3944ff9d5e8895"
    56  
    57  [[constraint]]
    58    name = "github.com/go-logfmt/logfmt"
    59    version = "0.3.0"
    60  
    61  [[constraint]]
    62    branch = "v2"
    63    name = "gopkg.in/yaml.v2"
    64  
    65  [[constraint]]
    66    name = "github.com/sirupsen/logrus"
    67    version = "v1.4.1"
    68  
    69  [[constraint]]
    70    name = "github.com/montanaflynn/stats"
    71    version = "0.2.0"
    72  
    73  [[constraint]]
    74    branch = "master"
    75    name = "github.com/olekukonko/tablewriter"
    76  
    77  [[constraint]]
    78    name = "github.com/stretchr/testify"
    79    version = "1.3.0"
    80  
    81  [[constraint]]
    82    name = "gopkg.in/russross/blackfriday.v2"
    83    version = "2.0.1"
    84  
    85  [[constraint]]
    86    name = "github.com/slok/kubewebhook"
    87    version = "0.2.0"
    88  
    89  [[constraint]]
    90    branch = "master"
    91    name = "k8s.io/api"
    92  
    93  [[constraint]]
    94    branch = "master"
    95    name = "k8s.io/apimachinery"
    96