-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
26 lines (23 loc) · 793 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 github.com/Mattie112/FactoriGOChatBot
go 1.23
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/forPelevin/gomoji v1.2.0
github.com/forewing/csgo-rcon v1.3.0
github.com/joho/godotenv v1.5.1
github.com/nxadm/tail v1.4.11
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)