mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
94 lines
2.0 KiB
TOML
94 lines
2.0 KiB
TOML
ignored = [
|
|
"github.com/openshift/installer/tests*",
|
|
"github.com/openshift/installer/pkg/terraform/exec*"
|
|
]
|
|
|
|
[prune]
|
|
non-go = true
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/AlecAivazis/survey.v1"
|
|
version = "1.6.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/aws/aws-sdk-go"
|
|
version = "1.15.39"
|
|
|
|
[[constraint]]
|
|
name = "github.com/coreos/ignition"
|
|
version = "0.26.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/libvirt/libvirt-go"
|
|
version = "4.7.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/shurcooL/vfsgen"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sirupsen/logrus"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.2"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/vincent-petithory/dataurl"
|
|
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
version = "kubernetes-1.12.2"
|
|
|
|
[[override]]
|
|
name = "k8s.io/client-go"
|
|
version = "9.0.0"
|
|
|
|
[[constraint]]
|
|
name = "sigs.k8s.io/cluster-api"
|
|
branch = "master"
|
|
[[constraint]]
|
|
name = "sigs.k8s.io/cluster-api-provider-aws"
|
|
source = "https://github.com/openshift/cluster-api-provider-aws.git"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/openshift/cluster-api-provider-libvirt"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/awalterschulze/gographviz"
|
|
version = "2.0.0"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/utils"
|
|
revision = "4c3feeb576b06ef8fea769809bd3db5e5e78dc23"
|
|
|
|
[[constraint]]
|
|
name = "github.com/openshift/cluster-network-operator"
|
|
revision = "fb8b55a1072436a51b153de9acf5bf5525efcf83"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gophercloud/utils"
|
|
revision = "34f5991525d116b3832e0d9409492274f1c06bda"
|
|
|
|
[[constraint]]
|
|
name = "github.com/openshift/api"
|
|
revision = "8241b16bb46fe9bd7aebbbce92d7af84fb71be7f"
|
|
|
|
[[constraint]]
|
|
name = "github.com/openshift/client-go"
|
|
revision = "1fa528d3be060e4c7178eb69e76d37cf7e699e3c"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/gophercloud/gophercloud"
|