-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.34 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
35
module github.com/netandreus/go-forex-rates
go 1.16
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/eko/gocache v1.2.0
github.com/fatih/color v1.12.0
github.com/gin-gonic/gin v1.7.2
github.com/go-co-op/gocron v1.6.2
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/gocolly/colly/v2 v2.1.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/json-iterator/go v1.1.11 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
github.com/ugorji/go v1.2.6 // indirect
go.uber.org/dig v1.11.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/tools v0.1.5 // indirect
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
)