forked from loov/lensm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 743 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module loov.dev/lensm
go 1.18
require (
gioui.org v0.0.0-20220707073643-b4acc239cd5b
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
golang.org/x/exp/shiny v0.0.0-20220613132600-b0d781184e0d
)
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/benoitkugler/textlayout v0.1.1 // indirect
github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12 // indirect
github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
)