summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-06 20:10:02 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-07 00:23:08 +0100
commitd212f60949b6afefbe5aa79394f98dbddf7be068 (patch)
tree732f2c5a338100720265ece4af76b92a7b4febc0 /go.mod
parent488776b6498d1377718133d42daa87ce1236215d (diff)
deps: Update minify
No functional changes, just support for Go Modules.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 2 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 83f78db93..a3fa54f2a 100644
--- a/go.mod
+++ b/go.mod
@@ -50,17 +50,15 @@ require (
github.com/spf13/fsync v0.0.0-20170320142552-12a01e648f05
github.com/spf13/jwalterweatherman v1.0.1-0.20181028145347-94f6ae3ed3bc
github.com/spf13/nitro v0.0.0-20131003134307-24d7ef30a12d
- github.com/spf13/pflag v1.0.2
+ github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.0
github.com/stretchr/testify v1.2.3-0.20181002232621-f2347ac6c9c9
- github.com/tdewolff/minify v2.3.6+incompatible
- github.com/tdewolff/parse v2.3.3+incompatible // indirect
+ github.com/tdewolff/minify/v2 v2.3.7
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
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
- golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
golang.org/x/text v0.3.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
@@ -68,6 +66,4 @@ 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