-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (29 loc) · 1.18 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
module github.com/scbizu/Astral
go 1.21
require (
github.com/PuerkitoBio/goquery v1.4.1
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/bwmarrin/discordgo v0.23.2
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/scylladb/go-set v1.0.2
github.com/sirupsen/logrus v1.0.6
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)
replace github.com/bwmarrin/discordgo v0.23.2 => github.com/bwmarrin/discordgo v0.23.3-0.20211010150959-f0b7e81468f7
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/rakyll/openai-go v1.0.9
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)