sync: Replace []error by go.uber.org/multierr

This commit is contained in:
nemunaire 2023-11-22 12:16:53 +01:00
commit b6966d47ce
25 changed files with 380 additions and 348 deletions

1
go.mod
View file

@ -14,6 +14,7 @@ require (
github.com/u2takey/ffmpeg-go v0.5.0
github.com/yuin/goldmark v1.6.0
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.15.0
golang.org/x/image v0.14.0
golang.org/x/oauth2 v0.14.0