-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.32 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
module github.com/Clinet/clinet_services_discord
go 1.21.6
require (
github.com/Clinet/clinet_cmds v0.0.0-20221115092138-c7bae8607d0b
github.com/Clinet/clinet_convos v0.0.0-20221115092451-a56298b8a270
github.com/Clinet/clinet_features v0.0.0-20221121090703-d62132de3ff5
github.com/Clinet/clinet_services v0.0.0-20221115093202-3b5bd50f66ca
github.com/Clinet/clinet_storage v0.0.0-20221121090856-130045705654
github.com/Clinet/discordgo-embed v0.0.0-20220113222025-bafe0c917646
github.com/JoshuaDoes/logger v0.0.0-20200726212032-d5769a4e6d6b
github.com/bwmarrin/discordgo v0.26.1
)
require (
github.com/JoshuaDoes/go-wolfram v0.0.0-20181104014914-c99b0fd7d862 // indirect
github.com/JoshuaDoes/json v0.0.0-20200726213358-ec3860544ac0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)