go-mastodon-stats/go.mod
2023-01-30 10:56:54 +13:00

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
)