mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-01 05:42:19 +00:00
8 lines
129 B
Modula-2
8 lines
129 B
Modula-2
module gomastodonstats
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
github.com/lib/pq v1.10.7 // indirect
|
|
)
|