@@ -88,7 +88,7 @@ require (
8888 github.com/markbates/goth v1.80.0
8989 github.com/mattn/go-isatty v0.0.20
9090 github.com/mattn/go-sqlite3 v1.14.24
91- github.com/meilisearch/meilisearch-go v0.29.0
91+ github.com/meilisearch/meilisearch-go v0.29.1-0.20241106140435-0bf60fad690a
9292 github.com/mholt/archiver/v3 v3.5.1
9393 github.com/microcosm-cc/bluemonday v1.0.27
9494 github.com/microsoft/go-mssqldb v1.7.2
@@ -222,7 +222,7 @@ require (
222222 github.com/go-openapi/validate v0.24.0 // indirect
223223 github.com/go-webauthn/x v0.1.15 // indirect
224224 github.com/goccy/go-json v0.10.3 // indirect
225- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
225+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
226226 github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
227227 github.com/golang-sql/sqlexp v0.1.0 // indirect
228228 github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
@@ -330,6 +330,7 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142
330330
331331replace github.com/nektos/act => gitea.com/gitea/act v0.261.3
332332
333+ // TODO: the only difference is in `PutObject`: the fork doesn't use `NewVerifyingReader(r, sha256.New(), oid, expectedSize)`, need to figure out why
333334replace github.com/charmbracelet/git-lfs-transfer => gitea.com/gitea/git-lfs-transfer v0.2.0
334335
335336// TODO: This could be removed after https://github.com/mholt/archiver/pull/396 merged
0 commit comments