forked from tbg/gotraceui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 922 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 922 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
module github.com/tbg/gotraceui
go 1.24.0
require (
gioui.org v0.4.1
gioui.org/x v0.4.0
github.com/golang/snappy v0.0.4
golang.org/x/exp v0.0.0-20250911091902-df9299821621
golang.org/x/image v0.7.0
golang.org/x/text v0.9.0
honnef.co/go/curve v0.0.0-20250106034005-bfbc0c6fe0cc
honnef.co/go/safeish v0.0.0-20241114181457-67c0a2c357ad
honnef.co/go/stuff v0.0.0-20251106172302-97592e64bbb7
)
require (
gioui.org/shader v1.0.8 // indirect
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d // indirect
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/sys v0.31.0 // indirect
)
replace gioui.org v0.4.1 => github.com/dominikh/gio v0.0.0-20250304191902-d9db142d2565