forked from gonum/plot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 846 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (23 loc) · 846 Bytes
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
module github.com/Hao-Wu/plot
go 1.19
require (
gioui.org v0.0.0-20210308172011-57750fc8a0a6
git.sr.ht/~sbinet/gg v0.3.1
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/go-fonts/latin-modern v0.2.0
github.com/go-fonts/liberation v0.2.0
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81
github.com/go-pdf/fpdf v0.6.0
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
gonum.org/v1/gonum v0.12.0
gonum.org/v1/plot v0.12.0
rsc.io/pdf v0.1.1
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/exp/shiny v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
)
replace gonum.org/v1/plot v0.12.0 => ./