-
Notifications
You must be signed in to change notification settings - Fork 46
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
Martin Schneppenheim
committed
Oct 31, 2019
1 parent
3b9b78f
commit 3d32c0f
Showing
2 changed files
with
247 additions
and
150 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,37 +1,17 @@ | ||
module github.com/google-cloud-tools/kube-eagle | ||
|
||
go 1.12 | ||
|
||
require ( | ||
contrib.go.opencensus.io/exporter/ocagent v0.4.5 // indirect | ||
github.com/Azure/go-autorest v11.4.0+incompatible // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/evanphx/json-patch v4.1.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.2.0 // indirect | ||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gophercloud/gophercloud v0.0.0-20190216224116-dcc6e84aef1b // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/kelseyhightower/envconfig v1.3.0 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/prometheus/client_golang v0.9.2 | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
go.opencensus.io v0.19.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1 // indirect | ||
golang.org/x/sys v0.0.0-20190219203350-90b0e4468f99 // indirect | ||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
k8s.io/api v0.0.0-20190202010724-74b699b93c15 | ||
k8s.io/apimachinery v0.0.0-20190117220443-572dfc7bdfcb | ||
k8s.io/client-go v10.0.0+incompatible | ||
k8s.io/klog v0.1.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20190215190454-ea82251f3668 // indirect | ||
k8s.io/metrics v0.0.0-20190208173709-1733093e277b | ||
sigs.k8s.io/structured-merge-diff v0.0.0-20190130003954-e5e029740eb8 // indirect | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
github.com/gophercloud/gophercloud v0.6.0 // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/prometheus/client_golang v1.2.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
k8s.io/api v0.0.0-20191025225708-5524a3672fbb | ||
k8s.io/apimachinery v0.0.0-20191030190112-bb31b70367b7 | ||
k8s.io/client-go v0.0.0-20191026065934-0bdba2f91880 | ||
k8s.io/metrics v0.0.0-20191026071343-a166cc0bce8f | ||
k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d // indirect | ||
) |
Oops, something went wrong.