use stdlib "slices" and updated eventstore for badger possible fix.

This commit is contained in:
fiatjaf
2024-02-08 16:32:08 -03:00
parent 64e75d98fb
commit 4dda52cfb9
5 changed files with 13 additions and 10 deletions

View File

@@ -22,6 +22,8 @@ import (
"github.com/nfnt/resize"
"slices"
"github.com/fogleman/gg"
"github.com/go-text/typesetting/di"
"github.com/go-text/typesetting/font"
@@ -32,7 +34,6 @@ import (
"github.com/nbd-wtf/emoji"
"github.com/pemistahl/lingua-go"
"github.com/srwiley/rasterx"
"golang.org/x/exp/slices"
"golang.org/x/image/math/fixed"
)