-
Notifications
You must be signed in to change notification settings - Fork 43
/
go.mod
34 lines (32 loc) · 1.43 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
// +heroku install ./api/main.go
module github.com/L04DB4L4NC3R/jobs-mhrd
go 1.13
require (
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.7.0 // indirect
github.com/go-siris/siris v7.4.0+incompatible // indirect
github.com/gorilla/handlers v1.4.2
github.com/jinzhu/gorm v1.9.11
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7 // indirect
github.com/oxequa/realize v2.0.2+incompatible // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/urfave/negroni v1.0.0 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/sys v0.0.0-20191027211539-f8518d3b3627 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717 // indirect
)