use go-mastodon with more status-farts per account timeline query

This commit is contained in:
gutmet 2022-11-23 23:51:34 +01:00
parent 93048cd5a3
commit bf3a6579ed
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.gutmet.org/swill.git
go 1.16
require (
git.gutmet.org/go-mastodon.git v0.0.0-20221123195156-1cc330baf3e9
git.gutmet.org/go-mastodon.git v0.0.0-20221123225006-154b90a90225
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9
github.com/grokify/html-strip-tags-go v0.0.1
)

4
go.sum
View File

@ -1,5 +1,5 @@
git.gutmet.org/go-mastodon.git v0.0.0-20221123195156-1cc330baf3e9 h1:Jnyy69NDSxIBdfSnUExm89WpQhpUy1V584mr2DPsvNY=
git.gutmet.org/go-mastodon.git v0.0.0-20221123195156-1cc330baf3e9/go.mod h1:e/Z3dytr4MYC4rdOjbWEbWXS+zy1CWxjvplVGTE/eH8=
git.gutmet.org/go-mastodon.git v0.0.0-20221123225006-154b90a90225 h1:qLZTkr3KC1pC4Fh7CqPLt0Hc31DhOnopnEyNC46VC/c=
git.gutmet.org/go-mastodon.git v0.0.0-20221123225006-154b90a90225/go.mod h1:e/Z3dytr4MYC4rdOjbWEbWXS+zy1CWxjvplVGTE/eH8=
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9 h1:XVD037Slgdl/CxcCWVtN6V+LzYl6QrTQ0upVIVpy6VE=
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9/go.mod h1:iMgpxo9FxmbnUiQu5ugpjdtVZmh2rA9nySCr/GHkA64=
git.gutmet.org/linkheader.git v0.0.0-20221120205136-a51e89fd8486 h1:7F1dwJvIgvHNvglosyIE7SA49BwG6b8DFkvD8NtHMD8=