mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.5 KiB
79 lines
1.5 KiB
|
|
[[constraint]]
|
|
name = "github.com/BurntSushi/toml"
|
|
version = "0.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/Masterminds/semver"
|
|
version = "~1.3.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/Masterminds/sprig"
|
|
version = "2.14.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/Masterminds/vcs"
|
|
version = "~1.11.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/asaskevich/govalidator"
|
|
version = "4.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gobwas/glob"
|
|
version = "0.2.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gosuri/uitable"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/api"
|
|
branch = "release-1.13"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/apimachinery"
|
|
branch = "release-1.13"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "kubernetes-1.13.0"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/kubernetes"
|
|
branch = "release-1.13"
|
|
|
|
[[override]]
|
|
name = "k8s.io/apiserver"
|
|
branch = "release-1.13"
|
|
|
|
[[override]]
|
|
name = "k8s.io/apiextensions-apiserver"
|
|
branch = "release-1.13"
|
|
|
|
[[override]]
|
|
name = "github.com/imdario/mergo"
|
|
version = "v0.3.5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/deislabs/oras"
|
|
version = "v0.3.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/go-units"
|
|
version = "v0.3.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "^1.3.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
# This override below necessary for using docker/distribution as a test dependency
|
|
[[override]]
|
|
name = "rsc.io/letsencrypt"
|
|
branch = "master"
|
|
source = "https://github.com/dmcgowan/letsencrypt.git"
|