mirror of https://github.com/knative/client.git
43 lines
2.0 KiB
Modula-2
43 lines
2.0 KiB
Modula-2
module github.com/knative/client
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.11.0 // indirect
|
|
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-containerregistry v0.0.0-20190424210018-7d6d1d3cd63b // indirect
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/knative/build v0.5.0 // indirect
|
|
github.com/knative/pkg v0.0.0-20190329155329-916205998db9 // indirect
|
|
github.com/knative/serving v0.5.2
|
|
github.com/knative/test-infra v0.0.0-20190404172656-4ce16d390c55
|
|
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
k8s.io/api v0.0.0-20190226173710-145d52631d00
|
|
k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
|
|
k8s.io/cli-runtime v0.0.0-20190226180714-082c0831af2b
|
|
k8s.io/client-go v0.0.0-20190226174127-78295b709ec6
|
|
k8s.io/kube-openapi v0.0.0-20190418160015-6b3d3b2d5666 // indirect
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|