From bf3a6579ed4c9e14ba660d67debb46937d05096b Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 23 Nov 2022 23:51:34 +0100 Subject: [PATCH] use go-mastodon with more status-farts per account timeline query --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2fd2118..7599133 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 6da48a1..2745353 100644 --- a/go.sum +++ b/go.sum @@ -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=