forked from getfider/fider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (25 loc) · 1010 Bytes
/
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/getfider/fider
go 1.13
require (
github.com/aws/aws-sdk-go v1.25.25
github.com/cosmtrek/air v1.0.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/goenning/imagic v0.0.1
github.com/goenning/letteravatar v0.0.0-20180605200324-553181ed4055
github.com/goenning/vat v0.1.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golangci/golangci-lint v1.21.0
github.com/gosimple/slug v1.9.0
github.com/joeshaw/envdecode v0.0.0-20190604014844-d6d9849fcc2c
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.2.0
github.com/magefile/mage v1.9.0
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/russross/blackfriday v1.5.2
github.com/stripe/stripe-go v64.1.0+incompatible
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)