forked from diamondburned/dissent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.86 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
module github.com/diamondburned/gtkcord4
go 1.18
require (
github.com/diamondburned/adaptive v0.0.2-0.20221227093656-fa139be203a8
github.com/diamondburned/arikawa/v3 v3.2.1-0.20230210050458-2c379c90c2ac
github.com/diamondburned/chatkit v0.0.0-20230209213000-7d9bb654be2f
github.com/diamondburned/gotk4-adwaita/pkg v0.0.0-20230307040502-bfe82926e1be
github.com/diamondburned/gotk4/pkg v0.0.5-0.20230307013122-e86c9b44a4bf
github.com/diamondburned/gotkit v0.0.0-20230307054845-dc8ab38b9db4
github.com/diamondburned/ningen/v3 v3.0.1-0.20230124093205-d39554fd5d67
github.com/dustin/go-humanize v1.0.0
github.com/enescakir/emoji v1.0.0
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20220405231054-a1ae3e4bba26
github.com/pkg/errors v0.9.1
github.com/sahilm/fuzzy v0.1.0
github.com/yuin/goldmark v1.4.13
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/twmb/murmur3 v1.1.3 // indirect
github.com/zalando/go-keyring v0.2.1 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230209150437-ee73d164e760 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/tools v0.1.11 // indirect
)