forked from kubernetes-sigs/kind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a25f57d
commit 7a32089
Showing
2 changed files
with
138 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,26 @@ | ||
module sigs.k8s.io/kind | ||
|
||
require ( | ||
github.com/emicklei/go-restful v2.8.0+incompatible // indirect | ||
github.com/evanphx/json-patch v3.0.0+incompatible // indirect | ||
github.com/evanphx/json-patch v4.2.0+incompatible // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.17.2 // indirect | ||
github.com/go-openapi/jsonreference v0.17.2 // indirect | ||
github.com/go-openapi/spec v0.17.2 // indirect | ||
github.com/go-openapi/swag v0.17.2 // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf | ||
github.com/go-openapi/spec v0.19.0 // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/google/gofuzz v1.0.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/json-iterator/go v1.1.6 // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/sirupsen/logrus v1.0.6 | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.2 // indirect | ||
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
k8s.io/api v0.0.0-20181026145037-6e4b5aa967ee // indirect | ||
k8s.io/apimachinery v0.0.0-20181126191516-4a9a8137c0a1 | ||
k8s.io/client-go v7.0.0+incompatible | ||
k8s.io/klog v0.1.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20181025202442-3a9b63ab1e39 // indirect | ||
sigs.k8s.io/kustomize v2.0.1+incompatible | ||
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b // indirect | ||
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d | ||
k8s.io/client-go v11.0.0+incompatible | ||
k8s.io/klog v0.3.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20190510232812-a01b7d5d6c22 // indirect | ||
sigs.k8s.io/kustomize v2.0.3+incompatible | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
) |
Oops, something went wrong.