Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
deps: Update github.com/tdewolff/minify/v2 v2.9.20 => v2.9.21
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+1
−1
go.mod
-
+2
−2
go.sum
There are no files selected for viewing
|
|
@@ -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.20 |
|
|
github.com/tdewolff/minify/v2 v2.9.21 |
|
|
github.com/yuin/goldmark v1.4.0 |
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 |
|
|
gocloud.dev v0.20.0 |
|
|
|
|
|
@@ -497,8 +497,8 @@ github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942 h1:t0lM6y/M5IiU |
|
|
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= |
|
|
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= |
|
|
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= |
|
|
github.com/tdewolff/minify/v2 v2.9.20 h1:Fut7w3T7nWfDOb/bOgyEvshQRRMt+xzi1T7spEEKXDw= |
|
|
github.com/tdewolff/minify/v2 v2.9.20/go.mod h1:PoDBts2L7sCwUT28vTAlozGeD6qxjrrihtin4bR/RMM= |
|
|
github.com/tdewolff/minify/v2 v2.9.21 h1:nO4s1PEMy7aRjlIlbr3Jgr+bJby8QYuifa2Vs2f9lh4= |
|
|
github.com/tdewolff/minify/v2 v2.9.21/go.mod h1:PoDBts2L7sCwUT28vTAlozGeD6qxjrrihtin4bR/RMM= |
|
|
github.com/tdewolff/parse/v2 v2.5.19 h1:Kjaj3KQOx/4elIxlBSglus4E2oMfdROphvbq2b+OBZ0= |
|
|
github.com/tdewolff/parse/v2 v2.5.19/go.mod h1:WzaJpRSbwq++EIQHYIRTpbYKNA3gn9it1Ik++q4zyho= |
|
|
github.com/tdewolff/test v1.0.6 h1:76mzYJQ83Op284kMT+63iCNCI7NEERsIN8dLM+RiKr4= |
|
|
|