forked from readr-media/readr-restful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/readr-media/readr-restful
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/garyburd/redigo v1.6.0
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang/mock v1.3.1
github.com/jmoiron/sqlx v1.2.0
github.com/magiconair/properties v1.8.0
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/olivere/elastic v6.2.17+incompatible
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)