ARO-RP/Gopkg.toml

84 строки
1.9 KiB
TOML

required = [
"github.com/alvaroloes/enumer",
"github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb",
"github.com/golang/mock/mockgen",
"golang.org/x/tools/cmd/goimports"
]
[[constraint]]
name = "github.com/alvaroloes/enumer"
version = "1.1.2"
[[override]]
name = "github.com/Azure/azure-sdk-for-go"
version = "36.2.0"
[[override]]
name = "github.com/containers/image"
version = "v2.0.1"
[[constraint]]
name = "github.com/golang/mock"
version = "1.3.1"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.3"
[[constraint]]
name = "github.com/openshift/api"
branch = "release-4.3"
[[constraint]]
name = "github.com/openshift/client-go"
branch = "release-4.3"
[[override]]
name = "github.com/openshift/cluster-api"
branch = "release-4.3"
[[constraint]]
name = "github.com/openshift/installer"
branch = "release-4.3-azure"
source = "https://github.com/jim-minter/installer"
[[override]]
name = "github.com/openshift/machine-config-operator"
branch = "release-4.3"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.2.0"
[[constraint]]
name = "github.com/ugorji/go"
version = "1.1.7"
[[override]]
name = "k8s.io/api"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-api"
[[override]]
name = "k8s.io/apimachinery"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-apimachinery"
[[override]]
name = "k8s.io/client-go"
branch = "origin-4.3-kubernetes-1.16.2"
source = "https://github.com/openshift/kubernetes-client-go"
[[override]]
name = "sigs.k8s.io/cluster-api-provider-azure"
branch = "release-4.3"
source = "https://github.com/openshift/cluster-api-provider-azure"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/openshift/installer"
unused-packages = false