update to working account lookup

This commit is contained in:
gutmet 2022-11-20 23:00:53 +01:00
parent e00947596a
commit b29e195366
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module git.gutmet.org/swill.git
go 1.16
require (
git.gutmet.org/go-mastodon.git v0.0.0-20221120213223-7310a9e2f2c3
git.gutmet.org/go-mastodon.git v0.0.0-20221120215917-c814efc1642a
git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9
)

4
go.sum
View File

@ -1,5 +1,5 @@
git.gutmet.org/go-mastodon.git v0.0.0-20221120213223-7310a9e2f2c3 h1:H8U7k9RIp4ERB8/Z7e+Gaus0E7b6cn3aWE6bhmh4FNo=
git.gutmet.org/go-mastodon.git v0.0.0-20221120213223-7310a9e2f2c3/go.mod h1:e/Z3dytr4MYC4rdOjbWEbWXS+zy1CWxjvplVGTE/eH8=
git.gutmet.org/go-mastodon.git v0.0.0-20221120215917-c814efc1642a h1:p9lsBPekAW15B/UT8givO37I6x52bMn3vJ5t1dXH2G8=
git.gutmet.org/go-mastodon.git v0.0.0-20221120215917-c814efc1642a/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=