summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-10 18:47:09 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-14 10:40:23 +0200
commit168a3aab4622786ccd0943137fce3912707f2a46 (patch)
tree09e8d2392d45e0f7cccee4554d01a66c0bd4cb80 /go.mod
parent8bcfa3bdf65492329da8093d841dd04c7a5a10c8 (diff)
build(deps): bump github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.21 to 2.9.22. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.21...v2.9.22) --- 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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c74bdbc17..c5e2e6b7a 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/evanw/esbuild v0.13.5
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.1
- github.com/fsnotify/fsnotify v1.4.9
+ github.com/fsnotify/fsnotify v1.5.1
github.com/getkin/kin-openapi v0.78.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.3
@@ -56,7 +56,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
- github.com/tdewolff/minify/v2 v2.9.21
+ github.com/tdewolff/minify/v2 v2.9.22
github.com/yuin/goldmark v1.4.1
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
gocloud.dev v0.20.0