-
Notifications
You must be signed in to change notification settings - Fork 993
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
bc43754
commit 601c9a7
Showing
849 changed files
with
74,376 additions
and
275,528 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,74 @@ | ||
module volcano.sh/volcano | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.35.1 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff // indirect | ||
github.com/docker/docker v0.0.0-20180612054059-a9fbbdc8dd87 // indirect | ||
github.com/evanphx/json-patch v0.0.0-20180908160633-36442dbdb585 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect | ||
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 // indirect | ||
github.com/imdario/mergo v0.3.5 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect | ||
github.com/kubernetes-sigs/kube-batch v0.4.2 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/onsi/ginkgo v1.7.0 | ||
github.com/onsi/gomega v1.4.3 | ||
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 // indirect | ||
github.com/pborman/uuid v0.0.0-20150603214016-ca53cad383ca // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/prometheus/client_golang v0.9.2 | ||
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f // indirect | ||
github.com/prometheus/common v0.1.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.10.0 // indirect | ||
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect | ||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c | ||
golang.org/x/tools v0.0.0-20190124215303-cc6a436ffe6b // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.0.0-20180411045311-89060dee6a84 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gotest.tools v2.2.0+incompatible // indirect | ||
k8s.io/api v0.0.0-20190111032252-67edc246be36 | ||
k8s.io/apiextensions-apiserver v0.0.0-20190111034747-7d26de67f177 // indirect | ||
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93 | ||
k8s.io/apiserver v0.0.0-20190111033246-d50e9ac5404f | ||
k8s.io/client-go v10.0.0+incompatible | ||
k8s.io/cloud-provider v0.0.0-20181221204816-2325825fd8d8 // indirect | ||
k8s.io/csi-api v0.0.0-20190119024756-9225cacc8063 // indirect | ||
k8s.io/gengo v0.0.0-20190116091435-f8a0810f38af | ||
k8s.io/klog v0.1.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20190115222348-ced9eb3070a5 // indirect | ||
k8s.io/kubernetes v1.13.2 | ||
k8s.io/utils v0.0.0-20180726175726-66066c83e385 // indirect | ||
sigs.k8s.io/yaml v1.1.0 | ||
) |
Oops, something went wrong.