Updated dependencies

Upgraded go to 1.14
This commit is contained in:
2020-03-04 22:04:19 -06:00
parent c04bde2e61
commit 2329fd5636
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@ -1,10 +1,10 @@
module github.com/parnic/go-assetprecompiler
go 1.13
go 1.14
require (
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
github.com/tdewolff/minify/v2 v2.7.2
)