|
module github.com/lkingland/faas
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/ory/viper v1.5.7
|
|
github.com/spf13/cobra v0.0.6
|
|
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2
|
|
gotest.tools v2.2.0+incompatible
|
|
knative.dev/client v0.12.0 // indirect
|
|
)
|