forked from byte-power/gorich
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1006 Bytes
/
go.mod
File metadata and controls
27 lines (25 loc) · 1006 Bytes
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
module github.com/byte-power/gorich
go 1.14
require (
github.com/alibabacloud-go/tea v1.2.1
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible
github.com/aliyun/credentials-go v1.3.1
github.com/apache/pulsar-client-go v0.11.1
github.com/aws/aws-sdk-go v1.41.13
github.com/aws/aws-sdk-go-v2 v1.21.2
github.com/aws/aws-sdk-go-v2/config v1.19.1
github.com/aws/aws-sdk-go-v2/credentials v1.13.43
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.13
github.com/aws/aws-sdk-go-v2/service/sts v1.23.2
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis/v8 v8.4.3
github.com/panjf2000/ants/v2 v2.4.3
github.com/redis/go-redis/v9 v9.3.0
github.com/relvacode/iso8601 v1.1.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.278
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ses v1.0.278
github.com/tencentyun/cos-go-sdk-v5 v0.7.31
golang.org/x/time v0.3.0 // indirect
)