github.com/devtron-labs/helm@v3.0.0-beta.3+incompatible/Gopkg.toml (about)

     1  [[constraint]]
     2    name = "github.com/BurntSushi/toml"
     3    version = "~0.3.1"
     4  
     5  [[constraint]]
     6    name = "github.com/Masterminds/semver"
     7    version = "~1.4.2"
     8  
     9  [[constraint]]
    10    name = "github.com/Masterminds/sprig"
    11    version = "^2.20.0"
    12  
    13  [[constraint]]
    14    name = "github.com/Masterminds/vcs"
    15    version = "~1.13.0"
    16  
    17  [[constraint]]
    18    name = "github.com/asaskevich/govalidator"
    19    version = "9.0.0"
    20  
    21  [[constraint]]
    22    name = "github.com/gobwas/glob"
    23    version = "~0.2.3"
    24  
    25  [[constraint]]
    26    name = "github.com/gosuri/uitable"
    27    branch = "master"
    28  
    29  [[constraint]]
    30    name = "k8s.io/api"
    31    branch = "release-1.15"
    32  
    33  [[constraint]]
    34    name = "k8s.io/apimachinery"
    35    branch = "release-1.15"
    36  
    37  [[constraint]]
    38    name = "k8s.io/client-go"
    39    version = "kubernetes-1.15.1"
    40  
    41  [[constraint]]
    42    name = "k8s.io/kubernetes"
    43    branch = "release-1.15"
    44  
    45  [[constraint]]
    46    name = "github.com/deislabs/oras"
    47    version = "0.7.0"
    48  
    49  [[constraint]]
    50    name = "github.com/containerd/containerd"
    51    version = "1.3.0-beta.2"
    52  
    53  [[constraint]]
    54    name = "github.com/sirupsen/logrus"
    55    version = "1.4.2"
    56  
    57  [[constraint]]
    58    name = "github.com/docker/go-units"
    59    version = "~0.3.3"
    60  
    61  [[constraint]]
    62    name = "github.com/stretchr/testify"
    63    version = "^1.3.0"
    64  
    65  [[constraint]]
    66    name = "github.com/xeipuuv/gojsonschema"
    67    version = "1.1.0"
    68  
    69  [[constraint]]
    70    name = "github.com/spf13/cobra"
    71    version = "0.0.4"
    72  
    73  [[constraint]]
    74    name = "sigs.k8s.io/yaml"
    75    version = "1.1.0"
    76  
    77  [[override]]
    78    name = "sigs.k8s.io/kustomize"
    79    version = "2.0.3"
    80  
    81  [[override]]
    82    name = "k8s.io/apiserver"
    83    branch = "release-1.15"
    84  
    85  [[override]]
    86    name = "k8s.io/apiextensions-apiserver"
    87    branch = "release-1.15"
    88  
    89  [[override]]
    90    name = "github.com/imdario/mergo"
    91    version = "v0.3.5"
    92  
    93  # This override below necessary for using docker/distribution as a test dependency
    94  [[override]]
    95    name = "rsc.io/letsencrypt"
    96    branch = "master"
    97    source = "https://github.com/dmcgowan/letsencrypt.git"
    98  
    99  # gopkg.in is broken
   100  #
   101  #   https://github.com/golang/dep/issues/1760
   102  
   103  [[override]]
   104    name = "gopkg.in/inf.v0"
   105    source = "https://github.com/go-inf/inf.git"
   106  
   107  [[override]]
   108    name = "gopkg.in/square/go-jose.v1"
   109    version = "~1.1.2"
   110    source = "https://github.com/square/go-jose.git"
   111  
   112  [[override]]
   113    name = "gopkg.in/square/go-jose.v2"
   114    version = "~2.3.0"
   115    source = "https://github.com/square/go-jose.git"
   116  
   117  [[override]]
   118    name = "gopkg.in/yaml.v2"
   119    source = "https://github.com/go-yaml/yaml"
   120  
   121  [prune]
   122    go-tests = true