diff options
author | Joe Mooring <[email protected]> | 2024-02-07 15:42:27 -0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-11 22:51:11 +0200 |
commit | 21d9057dbfe64f668d5fc6a7f458e0984fbf7e56 (patch) | |
tree | f2908e8ee594eb908375f11dd85edc595be8aeb7 /go.mod | |
parent | 0672b5c76605132475ff18b8c526f1cf0d6affc3 (diff) | |
download | hugo-21d9057dbfe64f668d5fc6a7f458e0984fbf7e56.tar.gz hugo-21d9057dbfe64f668d5fc6a7f458e0984fbf7e56.zip |
Add images.Dither filter
Closes #8598
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ require ( github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.12 github.com/magefile/mage v1.15.0 + github.com/makeworld-the-better-one/dither/v2 v2.4.0 github.com/marekm4/color-extractor v1.2.1 github.com/mattn/go-isatty v0.0.20 github.com/mitchellh/hashstructure v1.1.0 |