mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
10 lines
210 B
Modula-2
10 lines
210 B
Modula-2
module github.com/syumai/workers/_examples/pages-functions
|
|
|
|
go 1.21.3
|
|
|
|
require github.com/syumai/workers v0.0.0
|
|
|
|
require github.com/go-chi/chi/v5 v5.0.8 // indirect
|
|
|
|
replace github.com/syumai/workers => ../../
|