feed-fetcher/go.mod

9 lines
112 B
Modula-2
Raw Normal View History

2021-03-17 09:51:00 +00:00
module feed-fetcher
go 1.15
require (
github.com/gofiber/fiber/v2 v2.6.0
github.com/mmcdole/gofeed v1.1.0
)