-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
30 lines (28 loc) · 1.21 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
module github.com/uploadexpress/app
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/aws/aws-sdk-go v1.17.14
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/disintegration/imaging v1.6.0
github.com/gin-contrib/gzip v0.0.1 // indirect
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/golang/protobuf v1.3.0 // indirect
github.com/h2non/filetype v1.0.8
github.com/joho/godotenv v1.3.0
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.0-beta.6 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/viper v1.3.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311031020-56fb01167e7d
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)