-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (33 loc) · 1.16 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
module github.com/Kardbord/Kard-bot
go 1.23
require (
github.com/Kardbord/gopenai v0.3.1-beta
github.com/Kardbord/hfapigo/v3 v3.1.0
github.com/Kardbord/imgflipgo/v2 v2.0.1
github.com/Kardbord/ubiquity v0.3.0
github.com/bwmarrin/discordgo v0.27.1
github.com/deadshot465/owoify-go v1.0.1
github.com/forPelevin/gomoji v1.2.0
github.com/gabriel-vasile/mimetype v1.4.7
github.com/go-co-op/gocron v1.37.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/sirupsen/logrus v1.9.3
github.com/vartanbeno/go-reddit/v2 v2.0.1
go.uber.org/atomic v1.11.0
)
require (
github.com/fatih/structtag v1.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)