diff --git a/CHANGELOG.md b/CHANGELOG.md index 428afe03..b08a8069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed * Exports created with `s3_urls` now contain valid URLs. +* Exports no longer fail with "The requested range is not satisfiable". ## [1.3.3] - October 31, 2023 diff --git a/go.mod b/go.mod index 1e663b59..c68bb0e7 100644 --- a/go.mod +++ b/go.mod @@ -53,7 +53,7 @@ require ( github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/stretchr/testify v1.8.4 github.com/strukturag/libheif v1.17.3 - github.com/t2bot/go-singleflight-streams v0.0.8 + github.com/t2bot/go-singleflight-streams v1.0.0 github.com/t2bot/go-typed-singleflight v0.0.3 github.com/t2bot/gotd-contrib v0.0.0-20230907202504-d21987ea2957 github.com/t2bot/pgo-fleet/embedded v1.0.1 diff --git a/go.sum b/go.sum index 61e0a70b..7ffc442f 100644 --- a/go.sum +++ b/go.sum @@ -345,8 +345,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/strukturag/libheif v1.17.3 h1:i1Xa3apcz0ZOqYL6750vMEx0X14aQr2C7ZlfdcQ7D+8= github.com/strukturag/libheif v1.17.3/go.mod h1:E/PNRlmVtrtj9j2AvBZlrO4dsBDu6KfwDZn7X1Ce8Ks= github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 h1:QVqDTf3h2WHt08YuiTGPZLls0Wq99X9bWd0Q5ZSBesM= -github.com/t2bot/go-singleflight-streams v0.0.8 h1:Q6lunL6f8Zk0ZVlAuX7yXqulqHZyAvgjZvqEDlqVNkQ= -github.com/t2bot/go-singleflight-streams v0.0.8/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= +github.com/t2bot/go-singleflight-streams v1.0.0 h1:pA/g2o2kv+kDF0pk66azo27vFM1Tqmgj+H1GjBPrHbg= +github.com/t2bot/go-singleflight-streams v1.0.0/go.mod h1:pEIFm6l/utrXZBeP4tkIuMdYwBBN0TTw7feSEhozNzg= github.com/t2bot/go-typed-singleflight v0.0.3 h1:TAQyjhfa5BA63BwFTEVY1a4NF07ekX9JRgite5Cbq0A= github.com/t2bot/go-typed-singleflight v0.0.3/go.mod h1:0SOeDgjEtLYEy1InNhFBCgDx0UjKAqsLzk5MXek/JNw= github.com/t2bot/gotd-contrib v0.0.0-20230907202504-d21987ea2957 h1:NEgOW/OCE0zGIiSxE+lW2KSqqqH4E1mTT3VGmpIz2U4=