forked from diamondburned/dissent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (42 loc) · 1.91 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
module github.com/diamondburned/gtkcord4
go 1.21.0
require (
github.com/diamondburned/adaptive v0.0.2-0.20221227093656-fa139be203a8
github.com/diamondburned/arikawa/v3 v3.3.5
github.com/diamondburned/chatkit v0.0.0-20240214131532-4b8acdf0f84b
github.com/diamondburned/gotk4-adwaita/pkg v0.0.0-20240107232253-5f283b5d35bc
github.com/diamondburned/gotk4/pkg v0.2.2
github.com/diamondburned/gotkit v0.0.0-20240214122856-34324269516c
github.com/diamondburned/ningen/v3 v3.0.1-0.20240215053437-0d35ff052647
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.5.6
libdb.so/ctxt v0.0.0-20240216055249-07a499f07b78
)
require (
github.com/KarpelesLab/weak v0.1.1 // indirect
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/leonelquinteros/gotext v1.5.3-0.20230829162019-37f474cfb069 // indirect
github.com/lmittmann/tint v1.0.4 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/twmb/murmur3 v1.1.3 // indirect
github.com/yalue/merged_fs v1.2.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-20231121144256-b99613f794b6 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
)