-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 773 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/impal-lms/lms-backend
go 1.12
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/joho/godotenv v1.3.0
github.com/kisielk/gotool v1.0.0 // indirect
github.com/kumparan/go-lib v1.3.0 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/echo/v4 v4.1.11
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.1.1
github.com/neko-neko/echo-logrus/v2 v2.0.1
github.com/pkg/errors v0.8.0
github.com/rubenv/sql-migrate v0.0.0-20191025130928-9355dd04f4b3
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
gopkg.in/gorp.v1 v1.7.2 // indirect
)