forked from dhax/go-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
44 lines (43 loc) · 2.07 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/dhax/go-base
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/PuerkitoBio/goquery v1.4.1 // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-chi/chi v4.0.0+incompatible
github.com/go-chi/cors v1.0.0
github.com/go-chi/docgen v1.0.2
github.com/go-chi/jwtauth v3.3.0+incompatible
github.com/go-chi/render v1.0.1
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
github.com/go-pg/migrations v6.2.0+incompatible
github.com/go-pg/pg v7.1.5+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/css v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/mssola/user_agent v0.4.1
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/vanng822/css v0.0.0-20180216061826-c6885fd13293 // indirect
github.com/vanng822/go-premailer v0.0.0-20180515185223-e3d36948cdc3
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
mellium.im/sasl v0.2.1 // indirect
)