Skip to content

Commit

Permalink
Revendor for cluster-api-actuator-pkg ginkgo suite
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Feb 28, 2019
1 parent 9a1bb78 commit 969da4c
Show file tree
Hide file tree
Showing 234 changed files with 105,600 additions and 147 deletions.
100 changes: 89 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 19 additions & 12 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ required = [
"sigs.k8s.io/controller-runtime/pkg/source",
"sigs.k8s.io/testing_frameworks/integration", # for integration testing
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/openshift"
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e",
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/actuators",
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/autoscaler",
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/infra",
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/operators",
"github.com/openshift/cluster-autoscaler-operator/pkg/apis",
"github.com/openshift/api/config/v1",
"github.com/onsi/ginkgo",
"github.com/onsi/gomega",
]

[prune]
go-tests = true

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "v1.15.5"
Expand Down Expand Up @@ -60,13 +65,15 @@ required = [
name="sigs.k8s.io/controller-tools"
version="v0.1.1"

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"

[[constraint]]
name = "github.com/openshift/cluster-api-actuator-pkg"
revision = "2620fd63480ea1155c71de87a022f1f564f09ff2"
[prune]
go-tests = true

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"
[[prune.project]]
name = "github.com/openshift/cluster-api-actuator-pkg"
go-tests = false
5 changes: 5 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 969da4c

Please sign in to comment.