forked from aliyun/aliyun-mns-go-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 982 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
module github.com/aliyun/aliyun-mns-go-sdk
go 1.20
require (
github.com/aliyun/credentials-go v1.3.2
github.com/gogap/errors v0.0.0-20210818113853-edfbba0ddea9
github.com/gogap/logs v0.0.0-20150329044033-31c6d1e28b2c
github.com/valyala/fasthttp v1.52.0
)
require (
github.com/alibabacloud-go/debug v1.0.1 // indirect
github.com/alibabacloud-go/tea v1.2.2 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/gogap/stack v0.0.0-20150131034635-fef68dddd4f8 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.23.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)