-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
49 lines (45 loc) · 2.19 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/Blackjack200/Qiscord
go 1.19
require (
gioui.org v0.0.0-20221223153152-aa2a948b863a
gioui.org/x v0.0.0-20221219202300-e2d994f107e4
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
github.com/Logiase/MiraiGo-Template v0.0.0-20221120093149-c0c90b30689e
github.com/Mrs4s/MiraiGo v0.0.0-20221210162501-592ca2358f91
github.com/bwmarrin/discordgo v0.26.1
github.com/inkeliz/giohyperlink v0.0.0-20220903215451-2ac5d54abdce
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/tuotoo/qrcode v0.0.0-20220425170535-52ccc2bebf5d
)
replace github.com/Logiase/MiraiGo-Template v0.0.0-20221120093149-c0c90b30689e => github.com/Blackjack200/MiraiGo-Template v0.0.0-20221223090002-6cbd79b528b9
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
github.com/RomiChan/protobuf v0.0.0-20220624030127-3310cba9dbc0 // indirect
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/fumiama/imgsz v0.0.2 // indirect
github.com/go-text/typesetting v0.0.0-20221214153724-0399769901d5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/maruel/rs v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/yuin/goldmark v1.4.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 // indirect
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
rsc.io/qr v0.2.0 // indirect
)