-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 888 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
module github.com/engelsjk/go-annular
go 1.17
require github.com/tdewolff/canvas v0.0.0-20211025123259-be466f589d39
require (
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/adrg/strutil v0.2.3 // indirect
github.com/adrg/sysfont v0.1.2 // indirect
github.com/adrg/xdg v0.3.4 // indirect
github.com/benoitkugler/textlayout v0.0.2 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/tdewolff/minify/v2 v2.9.22 // indirect
github.com/tdewolff/parse/v2 v2.5.22 // indirect
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/text v0.3.7 // indirect
gonum.org/v1/plot v0.10.0 // indirect
)