sn-rss2tg/go.mod

10 lines
212 B
Modula-2
Raw Normal View History

2023-04-28 15:34:26 +00:00
module gitlab.com/ekzyis/stackernews_rss-to-tg
go 1.20
require (
github.com/dustin/go-humanize v1.0.1 // indirect
2023-04-28 15:34:26 +00:00
github.com/joho/godotenv v1.5.1 // indirect
github.com/namsral/flag v1.7.4-pre // indirect
)