-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathgo.mod
58 lines (56 loc) · 2.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module duguying/studio
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1214
github.com/arran4/golang-ical v0.0.0-20210807024147-770fa87aff1d
github.com/blevesearch/bleve/v2 v2.3.2
github.com/boltdb/bolt v1.3.1
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
github.com/dogenzaka/rotator v0.0.0-20141104034428-97947bef5b93
github.com/elastic/go-elasticsearch/v7 v7.17.1
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/pprof v1.3.0
github.com/gin-contrib/sentry v0.0.0-20191119142041-ff0e9556d1b7
github.com/gin-gonic/gin v1.8.1
github.com/go-errors/errors v1.4.2
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gogather/blackfriday/v2 v2.2.7
github.com/gogather/cleaner v0.0.0-20190625151327-c9276b274332 // indirect
github.com/gogather/com v1.0.0
github.com/gogather/cron v1.1.0
github.com/gogather/d2 v0.0.0-20170930025040-da424aa0003a
github.com/gogather/gojieba-bleve/v2 v2.0.3
github.com/gogather/json v0.0.0-20181103101242-a200f6ba6445
github.com/gogather/logger v0.0.0-20200203043640-cf0bf9aa076e
github.com/gogather/safemap v0.0.0-20170930074128-e4dc79c94fb6
github.com/golang/protobuf v1.5.2
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/ipipdotnet/ipdb-go v1.3.1
github.com/json-iterator/go v1.1.12
github.com/martinlindhe/base36 v1.1.0
github.com/microcosm-cc/bluemonday v1.0.15
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mozillazg/go-httpheader v0.3.1 // indirect
github.com/nosixtools/solarlunar v0.0.0-20200711032723-669c9e27ecc5
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
github.com/swaggo/gin-swagger v1.3.1
github.com/swaggo/swag v1.8.5
github.com/tencentyun/cos-go-sdk-v5 v0.7.38
github.com/unknwon/com v1.0.1
go.uber.org/automaxprocs v1.5.1
golang.org/x/tools v0.11.0 // indirect
google.golang.org/protobuf v1.28.0
gopkg.in/ini.v1 v1.62.0
gopkg.in/redis.v5 v5.2.9
gorm.io/datatypes v1.2.0
gorm.io/driver/mysql v1.5.1
gorm.io/driver/sqlite v1.5.0
gorm.io/gorm v1.25.2
gorm.io/hints v1.1.2 // indirect
gorm.io/plugin/dbresolver v1.4.1 // indirect
rsc.io/qr v0.2.0
)