2022-11-20 04:36:31 +00:00
|
|
|
module tinker.nz/idanoo/go-mastodon-matrix-webhooks
|
|
|
|
|
|
|
|
go 1.19
|
2022-11-20 04:44:58 +00:00
|
|
|
|
2022-11-20 05:11:08 +00:00
|
|
|
require (
|
|
|
|
github.com/ip2location/ip2location-go/v9 v9.5.0 // indirect
|
|
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
|
|
)
|