forked from Vencord/Installer
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.04 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.04 KB
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
module equilotl
go 1.26.2
require (
github.com/AllenDang/cimgui-go v1.3.2-0.20250409185506-6b2ff1aa26b5
github.com/AllenDang/giu v0.14.1
github.com/ProtonMail/go-appdir v1.1.0
github.com/fatih/color v1.19.0
github.com/manifoldco/promptui v0.9.0
golang.org/x/sys v0.43.0
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/gucio321/glm-go v0.0.0-20241029220517-e1b5a3e011c8 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mazznoer/csscolorparser v0.1.8 // indirect
github.com/napsy/go-css v1.0.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/sahilm/fuzzy v0.1.1 // indirect
golang.design/x/hotkey v0.4.1 // indirect
golang.design/x/mainthread v0.3.0 // indirect
golang.org/x/image v0.39.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)