-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vince Prignano <[email protected]>
- Loading branch information
Showing
9 changed files
with
105 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module sigs.k8s.io/cluster-api/test | ||
|
||
go 1.16 | ||
|
||
replace sigs.k8s.io/cluster-api => ../ | ||
|
||
require ( | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/go-logr/logr v0.4.0 | ||
github.com/onsi/ginkgo v1.16.3 | ||
github.com/onsi/gomega v1.13.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/pflag v1.0.5 | ||
k8s.io/api v0.21.1 | ||
k8s.io/apiextensions-apiserver v0.21.1 | ||
k8s.io/apimachinery v0.21.1 | ||
k8s.io/client-go v0.21.1 | ||
k8s.io/component-base v0.21.1 | ||
k8s.io/klog/v2 v2.9.0 | ||
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b | ||
sigs.k8s.io/cluster-api v0.0.0-00010101000000-000000000000 | ||
sigs.k8s.io/controller-runtime v0.9.0-beta.5 | ||
sigs.k8s.io/kind v0.11.1 | ||
sigs.k8s.io/yaml v1.2.0 | ||
) |
Oops, something went wrong.