mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
13 lines
281 B
Modula-2
13 lines
281 B
Modula-2
module github.com/syumai/workers/examples/simple-json-server
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mailru/easyjson v0.7.7
|
|
github.com/syumai/workers v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace github.com/syumai/workers => ../../
|
|
|
|
require github.com/josharian/intern v1.0.0 // indirect
|