-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (42 loc) · 1.92 KB
/
go.mod
File metadata and controls
46 lines (42 loc) · 1.92 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
37
38
39
40
41
42
43
44
45
46
module github.com/TheTipo01/roberto
go 1.25.0
require (
github.com/TheTipo01/libRoberto v0.0.0-20251223203042-54136873e999
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312
github.com/disgoorg/disgo v0.19.4-0.20260406133522-1fd08eb03eae
github.com/disgoorg/godave/golibdave v0.1.1-0.20260214205329-977ec02b706f
github.com/disgoorg/snowflake/v2 v2.0.4-0.20250223124221-0e6fdabd91cc
github.com/kkyr/fig v0.5.0
modernc.org/sqlite v1.48.2
)
require (
github.com/disgoorg/godave v0.1.0 // indirect
github.com/disgoorg/godave/libdave v0.1.0 // indirect
github.com/disgoorg/json/v2 v2.0.0 // indirect
github.com/disgoorg/omit v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/forPelevin/gomoji v1.4.1 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/goodsign/monday v1.0.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.72.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
replace github.com/bwmarrin/discordgo => github.com/Richy-Z/discordgo v0.29.1-0.20251123191524-2672c0ec4dca