From 48b02fbed5d519ca293537cd779127fec50735ce Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 5 May 2026 11:06:49 +0300 Subject: Add podcast support backend: RSS/Atom feeds, episode management, cover scraping --- go.mod | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index dbce0c4..0649ae5 100644 --- a/go.mod +++ b/go.mod @@ -9,13 +9,22 @@ require ( ) require ( + github.com/PuerkitoBio/goquery v1.8.0 // indirect + github.com/andybalholm/cascadia v1.3.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/google/uuid v1.6.0 // indirect + github.com/json-iterator/go v1.1.12 // indirect github.com/mattn/go-isatty v0.0.20 // 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 github.com/ncruces/go-strftime v1.0.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect + golang.org/x/net v0.52.0 // indirect golang.org/x/sys v0.43.0 // indirect + golang.org/x/text v0.36.0 // indirect modernc.org/libc v1.72.0 // indirect modernc.org/mathutil v1.7.1 // indirect modernc.org/memory v1.11.0 // indirect -- cgit v1.2.3