github.com/appscode/helm@v3.0.0-alpha.1+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.19.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.14"
    32  
    33  [[constraint]]
    34    name = "k8s.io/apimachinery"
    35    branch = "release-1.14"
    36  
    37  [[constraint]]
    38    name = "k8s.io/client-go"
    39    version = "kubernetes-1.14.1"
    40  
    41  [[constraint]]
    42    name = "k8s.io/kubernetes"
    43    branch = "release-1.14"
    44  
    45  [[constraint]]
    46    name = "github.com/deislabs/oras"
    47    version = "0.4.0"
    48  
    49  [[constraint]]
    50    name = "github.com/sirupsen/logrus"
    51    version = "1.3.0"
    52  
    53  [[constraint]]
    54    name = "github.com/docker/go-units"
    55    version = "~0.3.3"
    56  
    57  [[constraint]]
    58    name = "github.com/stretchr/testify"
    59    version = "^1.3.0"
    60  
    61  [[override]]
    62    name = "sigs.k8s.io/kustomize"
    63    version = "2.0.3"
    64  
    65  [[override]]
    66    name = "k8s.io/apiserver"
    67    branch = "release-1.14"
    68  
    69  [[override]]
    70    name = "k8s.io/apiextensions-apiserver"
    71    branch = "release-1.14"
    72  
    73  [[override]]
    74    name = "github.com/imdario/mergo"
    75    version = "v0.3.5"
    76  
    77  # This override below necessary for using docker/distribution as a test dependency
    78  [[override]]
    79    name = "rsc.io/letsencrypt"
    80    branch = "master"
    81    source = "https://github.com/dmcgowan/letsencrypt.git"
    82  
    83  # gopkg.in is broken
    84  #
    85  #   https://github.com/golang/dep/issues/1760
    86  
    87  [[override]]
    88    name = "gopkg.in/inf.v0"
    89    source = "https://github.com/go-inf/inf.git"
    90  
    91  [[override]]
    92    name = "gopkg.in/square/go-jose.v1"
    93    version = "~1.1.2"
    94    source = "https://github.com/square/go-jose.git"
    95  
    96  [[override]]
    97    name = "gopkg.in/square/go-jose.v2"
    98    version = "~2.3.0"
    99    source = "https://github.com/square/go-jose.git"
   100  
   101  [[override]]
   102    name = "gopkg.in/yaml.v2"
   103    source = "https://github.com/go-yaml/yaml"
   104  
   105  [prune]
   106    go-tests = true
   107    unused-packages = true
   108  
   109  [[constraint]]
   110    name = "github.com/xeipuuv/gojsonschema"
   111    version = "1.1.0"