Skip to content

Commit

Permalink
build: test imagor with seekable s3 stream (#90)
Browse files Browse the repository at this point in the history
* use imagor with seekable s3 stream

* use imagor with seekable s3 stream
  • Loading branch information
cshum authored Aug 31, 2024
1 parent 62177d7 commit d6633e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
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 d6633e0

Please sign in to comment.