diff options
| author | 2022-08-10 14:10:46 +0200 | |
|---|---|---|
| committer | 2022-08-10 14:10:46 +0200 | |
| commit | 2462c5fe224ee57d13f8e9cecb26e674df0f7985 (patch) | |
| tree | 44b972b23f9967d70a99c69629283efa9413a589 /go.mod | |
| parent | [bugfix] Fix thumbnails not taking exif rotation into account (#746) (diff) | |
| download | gotosocial-2462c5fe224ee57d13f8e9cecb26e674df0f7985.tar.xz | |
[chore] bump exif-terminator to 0.4.0 (#747)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ require ( github.com/spf13/viper v1.11.0 github.com/stretchr/testify v1.7.1 github.com/superseriousbusiness/activity v1.1.0-gts - github.com/superseriousbusiness/exif-terminator v0.3.0 + github.com/superseriousbusiness/exif-terminator v0.4.0 github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB github.com/tdewolff/minify/v2 v2.12.0 github.com/uptrace/bun v1.1.3 |
