mirror of https://github.com/knative/client.git
28 lines
919 B
Modula-2
28 lines
919 B
Modula-2
module knative.dev/client
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
|
|
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/spf13/cobra v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.10.1
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
gotest.tools/v3 v3.0.3
|
|
k8s.io/api v0.22.5
|
|
k8s.io/apiextensions-apiserver v0.22.5
|
|
k8s.io/apimachinery v0.22.5
|
|
k8s.io/cli-runtime v0.22.5
|
|
k8s.io/client-go v0.22.5
|
|
k8s.io/code-generator v0.22.5
|
|
knative.dev/eventing v0.29.1-0.20220214155047-0326f92dd5b7
|
|
knative.dev/hack v0.0.0-20220209225905-7331bb16ba00
|
|
knative.dev/networking v0.0.0-20220214012120-bd21fc977b7b
|
|
knative.dev/pkg v0.0.0-20220210201907-fc93ac76d0b6
|
|
knative.dev/serving v0.29.1-0.20220214180547-26992d3d048d
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|