diff --git a/go.mod b/go.mod index 36a4ff3..7b7e1fe 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cshum/imagorvideo go 1.18 require ( - github.com/cshum/imagor v1.1.1 + github.com/cshum/imagor v1.1.2 github.com/gabriel-vasile/mimetype v1.4.1 github.com/stretchr/testify v1.8.0 go.uber.org/zap v1.23.0 diff --git a/go.sum b/go.sum index 581b5a6..dd26963 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cshum/imagor v1.1.1 h1:bjcnCAoFPi6HldKMMeQCieaga2Z++ezJyv/3oNjdYq4= -github.com/cshum/imagor v1.1.1/go.mod h1:nhOPIyQwjrbcopfe7ODwLQ7hbb+Ww5Kt6Jo29iJ+7HY= +github.com/cshum/imagor v1.1.2 h1:jKbz5ysVXHBxGnUVoNYv+/CcsLrFovx7EOKcnZ4rL50= +github.com/cshum/imagor v1.1.2/go.mod h1:nhOPIyQwjrbcopfe7ODwLQ7hbb+Ww5Kt6Jo29iJ+7HY= 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=