-
-
Notifications
You must be signed in to change notification settings - Fork 382
/
go.mod
25 lines (22 loc) · 813 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/esimov/caire
go 1.22
require (
gioui.org v0.3.1
github.com/disintegration/imaging v1.6.2
github.com/esimov/pigo v1.4.5
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95
golang.org/x/image v0.5.0
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)