mirror of https://github.com/knative/func.git
18 lines
323 B
Modula-2
18 lines
323 B
Modula-2
module s
|
|
|
|
replace function => ./f
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
function v0.0.0-00010101000000-000000000000
|
|
knative.dev/func-go v0.21.3
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/rs/zerolog v1.32.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|