-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
43 lines (39 loc) · 1.71 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module git.sr.ht/~whereswaldon/sprig
go 1.18
require (
gioui.org v0.4.2
gioui.org/cmd v0.0.0-20240115171100-84ca391d514b
gioui.org/x v0.4.0
git.sr.ht/~athorp96/forest-ex v0.0.0-20210604181634-7063d1aadd25
git.sr.ht/~gioverse/chat v0.0.0-20220607180414-f0addfc0d932
git.sr.ht/~whereswaldon/forest-go v0.0.0-20230530191337-133031baad4c
git.sr.ht/~whereswaldon/latest v0.0.0-20210304001450-aafd2a13a1bb
git.sr.ht/~whereswaldon/sprout-go v0.0.0-20220128205300-c2f66369262c
github.com/inkeliz/giohyperlink v0.0.0-20210728190223-81136d95d4bb
github.com/magefile/mage v1.10.0
github.com/pkg/profile v1.6.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91
)
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.8 // indirect
git.sr.ht/~jackmordaunt/go-toast v1.0.0 // indirect
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
github.com/akavel/rsrc v0.10.1 // indirect
github.com/esiqveland/notify v0.11.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/shamaton/msgpack v1.2.1 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)
replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200605105621-11f6ee2dd602