From 70565ecac31f7bb5c1d6c559ed18ff9f9c56ac46 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 17:37:47 +0300 Subject: Изображение в фиде MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ea89cc8..486eeaf 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitrepo.ru/neonxp/rss2world +module git.neonxp.ru/posse go 1.22.4 @@ -7,14 +7,20 @@ require ( github.com/mmcdole/gofeed v1.3.0 ) +require ( + github.com/aymerick/douceur v0.2.0 // indirect + github.com/gorilla/css v1.0.1 // indirect +) + require ( github.com/PuerkitoBio/goquery v1.8.0 // indirect github.com/andybalholm/cascadia v1.3.1 // indirect github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 github.com/json-iterator/go v1.1.12 // indirect + github.com/microcosm-cc/bluemonday v1.0.27 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.4.0 // indirect - golang.org/x/text v0.5.0 // indirect + golang.org/x/net v0.26.0 // indirect + golang.org/x/text v0.16.0 // indirect ) -- cgit v1.2.3