mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-12 00:15:37 +01:00
11 lines
318 B
Modula-2
11 lines
318 B
Modula-2
module github.com/by-jp/www.byjp.me/tools/import/webmentionio
|
|
|
|
go 1.21.6
|
|
|
|
require (
|
|
github.com/by-jp/www.byjp.me/tools/syndicate v0.0.0-00010101000000-000000000000
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
)
|
|
|
|
replace github.com/by-jp/www.byjp.me/tools/syndicate => ../../syndicate
|