-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.02 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
module github.com/your-overtime/api
go 1.15
require (
github.com/bytedance/sonic v1.9.2 // indirect
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
github.com/gin-gonic/gin v1.9.1
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/joho/godotenv v1.4.0
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.1
github.com/teambition/rrule-go v1.8.0 // indirect
golang.org/x/crypto v0.10.0
golang.org/x/tools v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gorm.io/driver/mysql v1.3.6
gorm.io/driver/sqlite v1.3.6
gorm.io/gorm v1.23.9
)