summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-28 23:55:51 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-29 09:35:14 +0100
commitaa281b5135db2e84b9e21b5f38a6cb63cf3ab158 (patch)
tree1d4dc9f47486d0a9770784abf3279a9b668f3f65 /go.mod
parent325019872467ee152ea56329a796acf35dec6fb3 (diff)
mod: Update minify
Closes #5261
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 837117cb1..effb3e03e 100644
--- a/go.mod
+++ b/go.mod
@@ -52,9 +52,8 @@ require (
github.com/spf13/pflag v1.0.2
github.com/spf13/viper v1.2.0
github.com/stretchr/testify v1.2.3-0.20181002232621-f2347ac6c9c9
- github.com/tdewolff/minify v2.3.5+incompatible
+ github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.3+incompatible // indirect
- github.com/tdewolff/test v0.0.0-20171106182207-265427085153 // indirect
github.com/wellington/go-libsass v0.0.0-20180624165032-615eaa47ef79 // indirect
github.com/yosssi/ace v0.0.5
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
@@ -68,4 +67,6 @@ require (
exclude github.com/chaseadamsio/goorgeous v2.0.0+incompatible
+replace github.com/tdewolff/parse => github.com/tdewolff/parse v0.0.0-20181024085210-fced451e0bed
+
replace github.com/markbates/inflect => github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6