Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2021
1 parent 61a1638 commit 2d9f67d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions go.mod
Expand Up @@ -5,30 +5,30 @@ go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/antchfx/htmlquery v1.2.3
github.com/getsentry/sentry-go v0.6.1
github.com/getsentry/sentry-go v0.9.0
github.com/go-redis/redis/v7 v7.4.0
github.com/go-resty/resty/v2 v2.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gofiber/embed v0.1.1
github.com/gofiber/fiber v1.12.1
github.com/gofiber/recover v0.1.1
github.com/gofiber/requestid v0.1.0
github.com/gofiber/embed v0.1.2
github.com/gofiber/fiber v1.14.6
github.com/gofiber/recover v0.1.2
github.com/gofiber/requestid v0.1.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jarcoal/httpmock v1.0.5
github.com/jarcoal/httpmock v1.0.7
github.com/jmoiron/sqlx v1.2.0
github.com/jordic/goics v0.0.0-20181215212140-feb996c8e01f
github.com/mailru/easyjson v0.7.1
github.com/markbates/pkger v0.17.0
github.com/mailru/easyjson v0.7.6
github.com/markbates/pkger v0.17.1
github.com/robfig/cron/v3 v3.0.1
github.com/russross/blackfriday v1.5.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/russross/blackfriday v1.6.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/swaggo/swag v1.6.7
github.com/valyala/fasthttp v1.14.0
github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible
go.uber.org/zap v1.15.0
github.com/swaggo/swag v1.7.0
github.com/valyala/fasthttp v1.19.0
github.com/wcharczuk/go-chart v2.1.0+incompatible
go.uber.org/zap v1.16.0
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
gopkg.in/yaml.v2 v2.3.0
golang.org/x/net 6772e930b67b
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit 2d9f67d

Please sign in to comment.