-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (26 loc) · 1.09 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
module github.com/moremorefun/mcommon
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d // indirect
github.com/gin-gonic/gin v1.7.2
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jmoiron/sqlx v1.3.4
github.com/json-iterator/go v1.1.11
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/qiniu/go-sdk/v7 v7.9.7
github.com/satori/go.uuid v1.2.0
github.com/schemalex/schemalex v0.1.2-0.20201120132426-1265e8bfd186
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/speps/go-hashids v2.0.0+incompatible
github.com/tencentcloud/tencentcloud-sdk-go v3.0.233+incompatible
go.uber.org/zap v1.18.1
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
moul.io/http2curl v1.0.0 // indirect
)