mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
11 lines
197 B
Modula-2
11 lines
197 B
Modula-2
module github.com/syumai/workers/_examples/basic-auth-server
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/syumai/tinyutil v0.3.0
|
|
github.com/syumai/workers v0.5.1
|
|
)
|
|
|
|
replace github.com/syumai/workers => ../../
|