-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.18 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
module github.com/Dmytro-yakymuk/travelwithme
go 1.13
require (
github.com/Dmytro-yakymuk/task_nix v0.0.0-20210210103854-b8a346e106a6
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/redis/v8 v8.7.1
github.com/google/uuid v1.2.0 // indirect
github.com/gosimple/slug v1.9.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/jung-kurt/gofpdf v1.16.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/phpdave11/gofpdi v1.0.13 // indirect
github.com/signintech/gopdf v0.9.16 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/spf13/viper v1.7.1
github.com/ugorji/go v1.2.4 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
gorm.io/driver/mysql v1.0.4
gorm.io/gorm v1.20.12
)