-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 699 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 699 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
module github.com/gioui-plugins/gio-plugins
go 1.24.0
toolchain go1.24.3
require (
gioui.org v0.9.1-0.20251215212054-7bcb315ee174
git.wow.st/gmp/jni v0.0.0-20260127013417-d142949d346a
github.com/go-ole/go-ole v1.3.0
github.com/inkeliz/giosvg v0.0.0-20240821232107-3208d4350d55
github.com/inkeliz/go_inkwasm v0.1.23-0.20240519174017-989fbe5b10f6
golang.org/x/crypto v0.48.0
golang.org/x/sys v0.41.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/go-text/typesetting v0.3.0 // 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.49.0 // indirect
golang.org/x/text v0.34.0 // indirect
)