-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
47 lines (44 loc) · 2.06 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
44
45
46
47
module github.com/aldernero/sketchy
go 1.23.2
require (
github.com/aldernero/gaul v0.0.0-20241111001829-17f5073b8c73
github.com/hajimehoshi/ebiten/v2 v2.8.6
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/tdewolff/canvas v0.0.0-20241223212311-a4892b47d753
)
require (
git.sr.ht/~sbinet/gg v0.6.0 // indirect
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/Kagami/go-avif v0.1.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/aldernero/interp v0.0.0-20231114035812-9ab0a3e37bf6 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/benoitkugler/textlayout v0.3.1 // indirect
github.com/benoitkugler/textprocessing v0.0.3 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/ebitengine/gomobile v0.0.0-20241016134836-cc2e38a7c0ee // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/go-fonts/latin-modern v0.3.3 // indirect
github.com/go-fonts/liberation v0.3.3 // indirect
github.com/go-latex/latex v0.0.0-20240709081214-31cef3c7570e // indirect
github.com/go-pdf/fpdf v0.9.0 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/kolesa-team/go-webp v1.0.4 // indirect
github.com/ojrac/opensimplex-go v1.0.2 // indirect
github.com/peterhellberg/gfx v0.0.0-20240717094052-4fa835cea5a4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tdewolff/font v0.0.0-20241125190050-d899fdc808fc // indirect
github.com/tdewolff/minify/v2 v2.21.2 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
github.com/wcharczuk/go-chart/v2 v2.1.2 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gonum.org/v1/plot v0.15.0 // indirect
star-tex.org/x/tex v0.5.0 // indirect
)