-
Notifications
You must be signed in to change notification settings - Fork 204
/
go.mod
31 lines (28 loc) · 1.03 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
module gonum.org/v1/plot
go 1.22.0
require (
gioui.org v0.2.0
gioui.org/x v0.2.0
git.sr.ht/~sbinet/gg v0.6.0
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/andybalholm/stroke v0.0.0-20221221101821-bd29b49d73f0
github.com/go-fonts/latin-modern v0.3.3
github.com/go-fonts/liberation v0.3.3
github.com/go-latex/latex v0.0.0-20240709081214-31cef3c7570e
github.com/go-pdf/fpdf v0.9.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.21.0
gonum.org/v1/gonum v0.15.1
rsc.io/pdf v0.1.1
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/shiny v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
)