diff options
author | 2023-10-30 11:06:51 +0100 | |
---|---|---|
committer | 2023-10-30 11:06:51 +0100 | |
commit | 32e70ec83dbd142fb44d7d8f4c3d6007ab4cf73b (patch) | |
tree | b896fe1974ecc8fefe9b2838bedf2668eac40eed /vendor/github.com/tdewolff/minify | |
parent | [docs] added split-domain configuration for Caddy 2 (#2288) (diff) | |
download | gotosocial-32e70ec83dbd142fb44d7d8f4c3d6007ab4cf73b.tar.xz |
[chore]: Bump github.com/tdewolff/minify/v2 from 2.19.10 to 2.20.0 (#2316)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.19.10 to 2.20.0.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.19.10...v2.20.0)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/tdewolff/minify')
-rw-r--r-- | vendor/github.com/tdewolff/minify/v2/.gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vendor/github.com/tdewolff/minify/v2/.gitignore b/vendor/github.com/tdewolff/minify/v2/.gitignore index c9ea38dbc..e2cf6cf8e 100644 --- a/vendor/github.com/tdewolff/minify/v2/.gitignore +++ b/vendor/github.com/tdewolff/minify/v2/.gitignore @@ -23,8 +23,10 @@ bindings/js/example/node_modules bindings/js/example/test.min.html bindings/py/go.mod bindings/py/go.sum -bindings/py/minify.h -bindings/py/minify.so -bindings/py/tdewolff_minify.egg-info +bindings/py/**/*.h +bindings/py/**/*.so +bindings/py/**/*.egg-info bindings/py/example/example.min.html bindings/py/dist +bindings/py/build +bindings/py/**/*.pyc |