-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 994 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 994 Bytes
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
module github.com/amken3d/Pingo
go 1.24.7
require (
gioui.org v0.9.0
github.com/amken3d/immygo v0.1.2
github.com/ncruces/zenity v0.10.14
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/hybridgroup/yzma v1.10.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/jupiterrider/ffi v0.5.1 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/image v0.26.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
)