| 1 | module github.com/stevedylandev/feeds |
| 2 | |
| 3 | go 1.25.0 |
| 4 | |
| 5 | require ( |
| 6 | github.com/fogleman/gg v1.3.0 |
| 7 | github.com/mmcdole/gofeed v1.3.0 |
| 8 | golang.org/x/crypto/x509roots/fallback v0.0.0-20260511143831-44decbfe70e2 |
| 9 | golang.org/x/image v0.43.0 |
| 10 | golang.org/x/net v0.41.0 |
| 11 | golang.org/x/sync v0.21.0 |
| 12 | ) |
| 13 | |
| 14 | require ( |
| 15 | github.com/PuerkitoBio/goquery v1.8.0 // indirect |
| 16 | github.com/andybalholm/cascadia v1.3.1 // indirect |
| 17 | github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect |
| 18 | github.com/json-iterator/go v1.1.12 // indirect |
| 19 | github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect |
| 20 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 21 | github.com/modern-go/reflect2 v1.0.2 // indirect |
| 22 | golang.org/x/text v0.38.0 // indirect |
| 23 | ) |