-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 962 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 chloe
go 1.20
require (
github.com/jeanphorn/log4go v0.0.0-20190526082429-7dbb8deb9468
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/DiamondGo/gohelper v0.9.1 // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hajimehoshi/go-mp3 v0.3.3 // indirect
github.com/hajimehoshi/oto/v2 v2.2.0 // indirect
github.com/mbenkmann/goformat v0.0.0-20180512004123-256ef38c4271 // indirect
github.com/sashabaranov/go-openai v1.7.0 // indirect
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230330200707-38013875ee22 // indirect
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
winterdrache.de/goformat v0.0.0-20180512004123-256ef38c4271 // indirect
)