File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/parnic/go-assetprecompiler
22
3- go 1.13
3+ go 1.14
44
55require (
66 github.com/gin-gonic/gin v1.5.0
77 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
88 github.com/modern-go/reflect2 v1.0.1 // indirect
9- github.com/tdewolff/minify/v2 v2.7.0
9+ github.com/tdewolff/minify/v2 v2.7.2
1010)
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy
3939github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
4040github.com/tdewolff/minify/v2 v2.7.0 h1:z1+mk91VJ5lyspFq9QVbgiPKqYP4r7rTz4CfGg0gLuU =
4141github.com/tdewolff/minify/v2 v2.7.0 /go.mod h1:BkDSm8aMMT0ALGmpt7j3Ra7nLUgZL0qhyrAHXwxcy5w =
42+ github.com/tdewolff/minify/v2 v2.7.2 h1:XA92QuWsrKji+TlBv03mPuzUpSWz97mE5nyISY84wEY =
43+ github.com/tdewolff/minify/v2 v2.7.2 /go.mod h1:BkDSm8aMMT0ALGmpt7j3Ra7nLUgZL0qhyrAHXwxcy5w =
4244github.com/tdewolff/parse/v2 v2.4.2 h1:Bu2Qv6wepkc+Ou7iB/qHjAhEImlAP5vedzlQRUdj3BI =
4345github.com/tdewolff/parse/v2 v2.4.2 /go.mod h1:WzaJpRSbwq++EIQHYIRTpbYKNA3gn9it1Ik++q4zyho =
4446github.com/tdewolff/test v1.0.6 h1:76mzYJQ83Op284kMT+63iCNCI7NEERsIN8dLM+RiKr4 =
You can’t perform that action at this time.
0 commit comments