-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 932 Bytes
/
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
module github.com/steverusso/lockbook-x
go 1.19
require (
gioui.org v0.0.0-20221116222243-5c84cf7e9021
github.com/gofrs/uuid v4.3.1+incompatible
github.com/steverusso/gio-fonts v0.0.0-20221207034752-d3d43d7eae48
github.com/steverusso/goclap v0.3.1
github.com/steverusso/mdedit v0.0.0-20230207184019-4ac49a57d2f9
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
)
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
gioui.org/x v0.0.0-20221110201648-c0c92248522e // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/gioui/uax v0.2.1-0.20220819135011-cda973fac06d // indirect
github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b // indirect
github.com/yuin/goldmark v1.5.3 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.3.7 // indirect
)