forked from StupidityDB/VencordPlusInstaller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (20 loc) · 862 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
module github.com/Vendicated/VencordInstaller
go 1.19
require (
github.com/AllenDang/giu v0.6.2
github.com/AllenDang/imgui-go v1.12.1-0.20220322114136-499bbf6a42ad
github.com/ProtonMail/go-appdir v1.1.0
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/stretchr/testify v1.7.2 // indirect
golang.org/x/image v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)