Pad/go.mod
Greg Pomerantz 4a3ba37075 Bump gioui.org v0.10.0 -> v0.10.2
Brings gioui.org/shader along to v1.0.9. This is the dependency set the
current build and on-device tests run against (go build, full test suite, and
the phone APK all pass with it).
2026-09-02 19:36:08 -04:00

18 lines
369 B
Modula-2

module pad
go 1.24.2
require (
gioui.org v0.10.2
golang.org/x/image v0.26.0
)
require (
gioui.org/shader v1.0.9 // indirect
github.com/go-text/typesetting v0.3.4 // indirect
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)