-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (34 loc) · 1.52 KB
/
go.mod
File metadata and controls
39 lines (34 loc) · 1.52 KB
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
36
37
38
39
module gitub.com/zodimo/go-compose-examples
go 1.25.0
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1
buf.build/go/protovalidate v1.1.3
gioui.org v0.9.0
gioui.org/x v0.9.0
github.com/zodimo/go-compose v0.1.101
github.com/zodimo/go-maybe v0.1.7
golang.org/x/exp/shiny v0.0.0-20260212183809-81e46e3db34a
google.golang.org/protobuf v1.36.11
)
require (
cel.dev/expr v0.25.1 // indirect
gioui.org/shader v1.0.8 // indirect
git.sr.ht/~schnwalter/gio-mw v0.0.0-20250713180710-9d8d98474447 // indirect
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/go-text/typesetting v0.3.4 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/google/cel-go v0.27.0 // indirect
github.com/zodimo/go-lazy v0.1.1 // indirect
github.com/zodimo/go-ternary v0.2.0 // indirect
github.com/zodimo/go-zero-hash v0.1.0 // indirect
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
golang.org/x/image v0.36.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
)
// replace github.com/zodimo/go-compose => ../go-compose
// v0.3.3 has a bug with single line text rendering
replace github.com/go-text/typesetting => github.com/zodimo/typesetting v0.3.4-0.20260209162200-1565df70b998