mirror of https://github.com/knative/client.git
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module knative.dev/client
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/google/go-containerregistry v0.0.0-20190723205234-74f764b9c575 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
|
github.com/knative/client v0.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
gotest.tools v2.2.0+incompatible
|
|
k8s.io/api v0.0.0-20190226173710-145d52631d00
|
|
k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
|
|
k8s.io/cli-runtime v0.0.0-20190325194458-f2b4781c3ae1
|
|
k8s.io/client-go v0.0.0-20190226174127-78295b709ec6
|
|
k8s.io/kube-openapi v0.0.0-20190722073852-5e22f3d471e6 // indirect
|
|
knative.dev/pkg v0.0.0-20190815170108-426561fd098d
|
|
knative.dev/serving v0.8.0
|
|
knative.dev/test-infra v0.0.0-20190730202142-17f2331e80ad
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|