-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
executable file
·34 lines (32 loc) · 1.26 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
module github.com/0RAJA/Rutils
go 1.16
require (
github.com/aliyun/aliyun-oss-go-sdk v2.2.4+incompatible
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/bwmarrin/snowflake v0.3.0
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.1
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/jinzhu/copier v0.3.5
github.com/juju/ratelimit v1.0.1
github.com/lib/pq v1.10.5
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/o1egl/paseto v1.0.0
github.com/onsi/gomega v1.19.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/smartwalle/alipay/v3 v3.1.7
github.com/sony/sonyflake v1.0.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.1
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)