-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.33 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.33 KB
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/TheTipo01/messageCounter
go 1.25.0
require (
github.com/bwmarrin/discordgo v0.29.1-0.20260214123928-f43dd94faaac
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312
github.com/go-co-op/gocron v1.37.0
github.com/go-sql-driver/mysql v1.9.3
github.com/goccy/go-json v0.10.6
github.com/kkyr/fig v0.5.0
github.com/mb-14/gomarkov v0.0.0-20231120193207-9cbdc8df67a8
github.com/psykhi/wordclouds v0.0.0-20231014190151-b9dd58fabbef
gonum.org/v1/plot v0.16.0
)
require (
codeberg.org/go-fonts/liberation v0.5.0 // indirect
codeberg.org/go-latex/latex v0.2.0 // indirect
codeberg.org/go-pdf/fpdf v0.11.1 // indirect
filippo.io/edwards25519 v1.2.0 // indirect
git.sr.ht/~sbinet/gg v0.7.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/image v0.37.0 // indirect
golang.org/x/text v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)