mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
11 lines
203 B
Modula-2
11 lines
203 B
Modula-2
module github.com/syumai/workers/_examples/mysql-blog-server
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/syumai/workers v0.9.0
|
|
)
|
|
|
|
replace github.com/syumai/workers => ../../
|