Bump go version and dependencies

This commit is contained in:
Roman Vynar
2020-07-10 15:43:01 +03:00
parent 88964cb46e
commit 2d3e770e6f
4 changed files with 52 additions and 34 deletions

15
go.mod
View File

@@ -5,15 +5,22 @@ require (
github.com/CloudyKit/jet v2.1.2+incompatible
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/labstack/echo/v4 v4.1.14
github.com/labstack/echo/v4 v4.1.16
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4
github.com/tidwall/gjson v1.5.0
gopkg.in/yaml.v2 v2.2.8
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/valyala/fasttemplate v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v2 v2.3.0
moul.io/http2curl v1.0.0 // indirect
)