diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:37:47 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:37:47 +0300 |
commit | 70565ecac31f7bb5c1d6c559ed18ff9f9c56ac46 (patch) | |
tree | 2a45103ab148653d72fd6c33cd39201984509442 /go.mod | |
parent | 533c0aeaeb5c674304624ec1024ca0e962a8f3f2 (diff) |
Изображение в фиде
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -module gitrepo.ru/neonxp/rss2world +module git.neonxp.ru/posse go 1.22.4 @@ -8,13 +8,19 @@ require ( ) 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 ) |