-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1.07 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
module github.com/system64MC/Kurumi-Go
go 1.20
require (
github.com/AllenDang/giu v0.6.2
github.com/atotto/clipboard v0.1.4
github.com/ncruces/zenity v0.10.6
github.com/veandco/go-sdl2 v0.4.33
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/AllenDang/imgui-go v1.12.1-0.20220322114136-499bbf6a42ad // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // 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-20220320163800-277f93cfa958 // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
golang.org/x/image v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)