ARO-RP/Gopkg.toml

99 строки
2.2 KiB
TOML
Исходник Обычный вид История

2019-11-30 03:51:18 +03:00
required = [
"github.com/alvaroloes/enumer",
"github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb",
2019-11-29 08:06:44 +03:00
"github.com/golang/mock/mockgen",
"golang.org/x/tools/cmd/goimports",
"github.com/jstemmer/go-junit-report",
"github.com/axw/gocov/gocov",
"github.com/AlekSi/gocov-xml"
2019-11-30 03:51:18 +03:00
]
[[constraint]]
name = "github.com/alvaroloes/enumer"
version = "1.1.2"
2019-10-16 06:29:17 +03:00
[[override]]
2019-10-19 01:39:32 +03:00
name = "github.com/Azure/azure-sdk-for-go"
2019-11-20 18:10:29 +03:00
version = "36.2.0"
2019-10-16 06:29:17 +03:00
2019-12-31 23:53:26 +03:00
[[override]]
name = "github.com/containers/image"
version = "v2.0.1"
2019-11-30 22:02:04 +03:00
[[constraint]]
name = "github.com/golang/mock"
version = "1.3.1"
2019-10-16 06:29:17 +03:00
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.3"
2019-11-20 18:10:29 +03:00
[[constraint]]
2019-10-19 01:39:32 +03:00
name = "github.com/openshift/api"
2019-11-20 18:10:29 +03:00
branch = "release-4.3"
2019-10-19 01:39:32 +03:00
2019-10-16 06:29:17 +03:00
[[constraint]]
name = "github.com/openshift/client-go"
2019-11-20 18:10:29 +03:00
branch = "release-4.3"
[[override]]
name = "github.com/openshift/cluster-api"
branch = "release-4.3"
2019-10-16 06:29:17 +03:00
[[constraint]]
name = "github.com/openshift/installer"
2019-11-20 18:10:29 +03:00
branch = "release-4.3-azure"
2019-10-16 06:29:17 +03:00
source = "https://github.com/jim-minter/installer"
2019-11-20 18:10:29 +03:00
[[override]]
name = "github.com/openshift/machine-config-operator"
branch = "release-4.3"
2020-01-23 17:11:00 +03:00
[[constraint]]
name = "github.com/openshift/console-operator"
branch = "release-4.3"
2019-10-16 06:29:17 +03:00
[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.2.0"
[[constraint]]
name = "github.com/ugorji/go"
version = "1.1.7"
2020-01-23 14:53:53 +03:00
[[constraint]]
name = "golang.org/x/crypto"
branch = "master"
2020-01-23 14:53:53 +03:00
2019-11-20 18:10:29 +03:00
[[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"
2019-12-09 09:14:09 +03:00
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
2019-10-16 06:29:17 +03:00
[prune]
go-tests = true
unused-packages = true
2019-10-16 21:45:13 +03:00
[[prune.project]]
name = "github.com/openshift/installer"
unused-packages = false