mirror of https://github.com/knative/func.git
24 lines
850 B
Modula-2
24 lines
850 B
Modula-2
module github.com/boson-project/faas
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
|
|
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.1 // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.3
|
|
github.com/google/go-containerregistry v0.0.0-20200423114255-8f808463544c // indirect
|
|
github.com/openzipkin/zipkin-go v0.2.2 // indirect
|
|
github.com/ory/viper v1.7.4
|
|
github.com/robfig/cron v1.2.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
|
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/apimachinery v0.17.4
|
|
k8s.io/client-go v0.17.4
|
|
knative.dev/eventing v0.14.1
|
|
knative.dev/pkg v0.0.0-20200414233146-0eed424fa4ee // indirect
|
|
knative.dev/serving v0.14.0
|
|
)
|