diff options
author | 2024-09-16 14:00:23 +0200 | |
---|---|---|
committer | 2024-09-16 14:00:23 +0200 | |
commit | efd1a4f717afa83d3d3609f0d70e4da151a8dc9b (patch) | |
tree | 246ae4c12f86f8866e5299ae39ba5c1feba0bce4 /vendor/modules.txt | |
parent | [bugfix/chore] Always set the status sensitive if media + content-warning pre... (diff) | |
download | gotosocial-efd1a4f717afa83d3d3609f0d70e4da151a8dc9b.tar.xz |
[bugfix] Use better plaintext representation of status for filtering (#3301)
* [bugfix] Use better plaintext representation of status for filtering
* add new deps to readme
* lint
* update tests
* update regexes
* address review comments
* remove now unused xxhash
* whoops, wrong logger
* Merge branch 'main' into status_filtering_bugfix
* put cache in caches struct
* pain
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index dc1e4266b..adcfcef52 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -446,6 +446,9 @@ github.com/josharian/intern # github.com/json-iterator/go v1.1.12 ## explicit; go 1.12 github.com/json-iterator/go +# github.com/k3a/html2text v1.2.1 +## explicit; go 1.16 +github.com/k3a/html2text # github.com/klauspost/compress v1.17.9 ## explicit; go 1.20 github.com/klauspost/compress |