10 lines
210 B
Modula-2
Raw Normal View History

2023-04-30 12:46:34 +09:00
module github.com/syumai/workers/_examples/pages-functions
2023-04-20 23:52:16 +09:00
2023-10-22 14:30:33 +09:00
go 1.21.3
2023-04-20 23:52:16 +09:00
require github.com/syumai/workers v0.0.0
require github.com/go-chi/chi/v5 v5.0.8 // indirect
2023-04-20 23:52:16 +09:00
replace github.com/syumai/workers => ../../