mirror of https://github.com/knative/client.git
28 lines
909 B
Modula-2
28 lines
909 B
Modula-2
module knative.dev/client
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
|
gotest.tools/v3 v3.0.3
|
|
k8s.io/api v0.21.4
|
|
k8s.io/apiextensions-apiserver v0.21.4
|
|
k8s.io/apimachinery v0.21.4
|
|
k8s.io/cli-runtime v0.21.4
|
|
k8s.io/client-go v0.21.4
|
|
k8s.io/code-generator v0.21.4
|
|
knative.dev/eventing v0.26.1-0.20211028192027-b498c7fd6eb7
|
|
knative.dev/hack v0.0.0-20211028194650-b96d65a5ff5e
|
|
knative.dev/networking v0.0.0-20211027163221-b9fa70516e8e
|
|
knative.dev/pkg v0.0.0-20211027105800-3b33e02e5b9c
|
|
knative.dev/serving v0.26.1-0.20211028155847-785c55ae7c0d
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|