-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
36 lines (32 loc) · 1.39 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
module github.com/mangofeet/netrunner-alt-gen
go 1.22.0
toolchain go1.22.2
require (
github.com/crazy3lf/colorconv v1.2.0
github.com/mangofeet/nrdb-go v0.2.0
github.com/ojrac/opensimplex-go v1.0.2
github.com/spf13/cobra v1.8.0
github.com/tdewolff/canvas v0.0.0-20240420213651-d5a04e36ef50
golang.org/x/text v0.14.0
)
require (
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/benoitkugler/textprocessing v0.0.3 // indirect
github.com/go-fonts/latin-modern v0.3.1 // indirect
github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect
github.com/go-text/typesetting v0.0.0-20231013144250-6cc35dbfae7d // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tdewolff/font v0.0.0-20240417221047-e5855237f87b // indirect
github.com/tdewolff/minify/v2 v2.20.5 // indirect
github.com/tdewolff/parse/v2 v2.7.3 // indirect
github.com/wcharczuk/go-chart/v2 v2.1.1 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/net v0.24.0 // indirect
gonum.org/v1/plot v0.14.0 // indirect
star-tex.org/x/tex v0.4.0 // indirect
)