client/go.mod

33 lines
1.1 KiB
Modula-2

module knative.dev/client
go 1.15
require (
github.com/google/go-cmp v0.5.5
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
gopkg.in/ini.v1 v1.56.0 // indirect
gotest.tools/v3 v3.0.3
k8s.io/api v0.19.7
k8s.io/apimachinery v0.19.7
k8s.io/cli-runtime v0.19.7
k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7
knative.dev/eventing v0.22.1-0.20210517121124-200e54c6ce48
knative.dev/hack v0.0.0-20210428122153-93ad9129c268
knative.dev/networking v0.0.0-20210512050647-ace2d3306f0b
knative.dev/pkg v0.0.0-20210510175900-4564797bf3b7
knative.dev/serving v0.22.1-0.20210517132031-a67cc87bdc32
sigs.k8s.io/yaml v1.2.0
)
replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3