Updated dependencies
This commit is contained in:
9
go.mod
9
go.mod
@ -1,9 +1,10 @@
|
||||
module github.com/parnic/go-assetprecompiler
|
||||
|
||||
go 1.12
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.4.0
|
||||
github.com/tdewolff/minify v2.3.6+incompatible
|
||||
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
||||
github.com/gin-gonic/gin v1.5.0
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.7.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user