-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
35 lines (32 loc) · 1.3 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
28
29
30
31
32
33
34
35
module github.com/gioui-plugins/gio-plugins
go 1.22
require (
gioui.org v0.6.1-0.20240607083507-1151eac07d84
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0
github.com/go-ole/go-ole v1.2.6
github.com/inkeliz/go_inkwasm v0.1.23-0.20240519174017-989fbe5b10f6
golang.org/x/crypto v0.23.0
golang.org/x/sys v0.20.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/chromedp/cdproto v0.0.0-20220131204822-e6abebe7b8cd // indirect
github.com/chromedp/chromedp v0.7.7 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/inkeliz/giosvg v0.0.0-20230915151051-c8ae55d003c6 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 // indirect
golang.org/x/exp/shiny v0.0.0-20220921164117-439092de6870 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
)