diff options
| author | Samuel Johnson <[email protected]> | 2025-12-11 02:51:42 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-11 02:51:42 -0500 |
| commit | d4ad397b85994d4d6fdfbf75ce1bc65fdb2f9b33 (patch) | |
| tree | 7dfe7586ed1b7c72432d98a467a82f785c2e557f /go.mod | |
| parent | 6785f856b81b6c0de8c8828761779732b30191af (diff) | |
Add RSS feed constructor
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,10 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.7.6 github.com/joho/godotenv v1.5.1 + github.com/mmcdole/gofeed v1.3.0 github.com/yuin/goldmark v1.7.11 golang.org/x/crypto v0.37.0 + golang.org/x/net v0.21.0 ) require ( @@ -17,11 +19,9 @@ require ( github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/mmcdole/gofeed v1.3.0 // indirect github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - golang.org/x/net v0.21.0 // indirect golang.org/x/sync v0.13.0 // indirect golang.org/x/text v0.24.0 // indirect ) |
