-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
52 lines (49 loc) · 2.14 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
module github.com/ssp97/Ka-ineshizuku-Project
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/FloatTech/AnimeAPI v0.0.0-20210713044920-63367fe18ccd
github.com/FloatTech/ZeroBot-Plugin-Timer v1.2.4
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/adamzy/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
github.com/everpcpc/pixiv v0.0.0-20220410045216-ca30893d438c
github.com/gin-gonic/gin v1.3.0
github.com/go-gl/gl v0.0.0-20210426225639-a3bfa832c8aa // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
github.com/liuzl/da v0.0.0-20180704015230-14771aad5b1d
github.com/lxzan/hasaki v1.0.7
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
github.com/sashabaranov/go-openai v1.4.2
github.com/shirou/gopsutil v3.21.6+incompatible
github.com/sirupsen/logrus v1.9.0
github.com/soheilhy/cmux v0.1.4
github.com/sosedoff/pgweb v0.11.8
github.com/stretchr/testify v1.8.1 // indirect
github.com/tfriedel6/canvas v0.12.1
github.com/tidwall/gjson v1.11.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/wdvxdr1123/ZeroBot v1.2.2
github.com/yanyiwu/gojieba v1.1.2
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
modernc.org/mathutil v1.4.0 // indirect
modernc.org/strutil v1.1.1
)
replace (
github.com/wdvxdr1123/ZeroBot v1.2.2 => github.com/ssp97/ZeroBot v1.2.5
github.com/yanyiwu/gojieba v1.1.2 => github.com/ttys3/gojieba v1.1.3
)