-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
25 lines (23 loc) · 898 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
module jea-api
go 1.14
require (
github.com/VitorEmanoel/menv v1.0.2
github.com/cosmtrek/air v1.12.1 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/lib/pq v1.1.1
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/sirupsen/logrus v1.6.0
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)