-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 803 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module overtype
go 1.15
require (
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jackc/pgx/v4 v4.10.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/subosito/gotenv v1.2.0
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.8
)