2018-12-17 13:41:24 +00:00
|
|
|
module github.com/tdewolff/minify/v2
|
|
|
|
|
2020-04-29 02:23:32 +00:00
|
|
|
go 1.13
|
2019-06-09 00:01:48 +00:00
|
|
|
|
2018-12-17 13:41:24 +00:00
|
|
|
require (
|
|
|
|
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
|
|
|
|
github.com/spf13/pflag v1.0.3
|
2020-04-29 02:23:32 +00:00
|
|
|
github.com/tdewolff/parse/v2 v2.4.2
|
|
|
|
github.com/tdewolff/test v1.0.6
|
2018-12-17 13:41:24 +00:00
|
|
|
golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc // indirect
|
|
|
|
)
|