mirror of https://github.com/knative/func.git
26 lines
704 B
Modula-2
26 lines
704 B
Modula-2
module s
|
|
|
|
replace f => ./f
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
f v0.0.0-00010101000000-000000000000
|
|
knative.dev/func-go v0.20.0
|
|
)
|
|
|
|
require (
|
|
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/rs/zerolog v1.32.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|