-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
30 lines (28 loc) · 923 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
26
27
28
29
30
module clean_gin_api
go 1.14
require (
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/storage v1.21.0
firebase.google.com/go v3.13.0+incompatible
github.com/chai2010/webp v1.1.1
github.com/getsentry/sentry-go v0.12.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.4.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rubenv/sql-migrate v1.1.1
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/ulule/limiter/v3 v3.10.0
go.uber.org/fx v1.17.0
go.uber.org/zap v1.21.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.70.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/mysql v1.3.2
gorm.io/gorm v1.23.2
)