-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
59 lines (56 loc) · 2.21 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
59
module github.com/SushiWaUmai/prince
go 1.20
require (
github.com/aethiopicuschan/voicevox v1.0.0
github.com/chai2010/webp v1.1.1
github.com/disintegration/imaging v1.6.2
github.com/hegedustibor/htgo-tts v0.0.0-20230402053941-cd8d1a158135
github.com/ipinfo/go/v2 v2.10.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.19
github.com/mdp/qrterminal v1.0.1
github.com/robfig/cron/v3 v3.0.1
github.com/sashabaranov/go-openai v1.17.10
github.com/shirou/gopsutil/v3 v3.23.12
github.com/stretchr/testify v1.8.4
github.com/u2takey/ffmpeg-go v0.5.0
github.com/wader/goutubedl v0.0.0-20231231160841-7e5db6728219
github.com/yuin/gopher-lua v1.1.1
go.mau.fi/whatsmeow v0.0.0-20231216213200-9d803dd92735
google.golang.org/protobuf v1.32.0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
layeh.com/gopher-luar v1.0.11
mvdan.cc/xurls/v2 v2.5.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.49.16 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.5.1 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/hajimehoshi/oto/v2 v2.4.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.mau.fi/libsignal v0.1.0 // indirect
go.mau.fi/util v0.2.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)