diff options
author | 2022-11-07 11:24:09 +0100 | |
---|---|---|
committer | 2022-11-07 11:24:09 +0100 | |
commit | 076680a1993ae315a911e5fef6af0fafed23650c (patch) | |
tree | ebaea9553be6eaaec254fba926f355fb6e22e978 /vendor/github.com | |
parent | [chore] Bump github.com/minio/minio-go/v7 from 7.0.37 to 7.0.43 (#983) (diff) | |
download | gotosocial-076680a1993ae315a911e5fef6af0fafed23650c.tar.xz |
[chore] Bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 (#985)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.1 to 2.12.4.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.1...v2.12.4)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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')
-rw-r--r-- | vendor/github.com/tdewolff/minify/v2/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/github.com/tdewolff/minify/v2/.gitignore b/vendor/github.com/tdewolff/minify/v2/.gitignore index 68ba5e0bb..c9ea38dbc 100644 --- a/vendor/github.com/tdewolff/minify/v2/.gitignore +++ b/vendor/github.com/tdewolff/minify/v2/.gitignore @@ -1,5 +1,5 @@ release.sh -dist/ +dist benchmarks/* !benchmarks/*.go !benchmarks/sample_* @@ -27,3 +27,4 @@ bindings/py/minify.h bindings/py/minify.so bindings/py/tdewolff_minify.egg-info bindings/py/example/example.min.html +bindings/py/dist |