forked from diamondburned/dissent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.74 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
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.3.5-0.20231228032010-9809321f6ff4
github.com/diamondburned/chatkit v0.0.0-20231117102020-f172e4a1e35d
github.com/diamondburned/gotk4-adwaita/pkg v0.0.0-20231226035729-503b3cb0406c
github.com/diamondburned/gotk4/pkg v0.0.6-0.20231117083507-eb41da62b149
github.com/diamondburned/gotkit v0.0.0-20231226054311-e5a23f3b63c1
github.com/diamondburned/ningen/v3 v3.0.1-0.20231125085623-c71ae51f868b
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
)
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/leonelquinteros/gotext v1.5.3-0.20230829162019-37f474cfb069 // 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-20230525183740-e7c30c78aeb2 // 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/text v0.14.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
)