-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
go.mod
26 lines (23 loc) · 980 Bytes
/
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
module vencordinstaller
go 1.20
require (
github.com/AllenDang/giu v0.6.2
github.com/AllenDang/imgui-go v1.12.1-0.20221124025851-59b862ca5a0c
github.com/ProtonMail/go-appdir v1.1.0
github.com/fatih/color v1.16.0
github.com/manifoldco/promptui v0.9.0
golang.org/x/sys v0.15.0
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
golang.org/x/image v0.14.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)