Skip to content

Commit

Permalink
use imagor with seekable s3 stream
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Aug 31, 2024
1 parent 62177d7 commit 76abf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.22.1

require (
github.com/cshum/imagor v1.4.15
github.com/cshum/imagor v1.4.16-0.20240830180439-73ea2a7255ee
github.com/gabriel-vasile/mimetype v1.4.4
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cshum/imagor v1.4.15 h1:wxS3Knv7uvle/8lRCSyOX56bddTd78cMAE4lUZBEKNo=
github.com/cshum/imagor v1.4.15/go.mod h1:KlFksoDgN2jbijBYbx/AdYYxRZ6xEZsUDs7iBdihiDM=
github.com/cshum/imagor v1.4.16-0.20240830180439-73ea2a7255ee h1:pLrgJVzitLEdEbUaYrZI2fwWtjeqyQCVb5/2feFIFwU=
github.com/cshum/imagor v1.4.16-0.20240830180439-73ea2a7255ee/go.mod h1:KlFksoDgN2jbijBYbx/AdYYxRZ6xEZsUDs7iBdihiDM=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 76abf00

Please sign in to comment.