module git.wtrh.nl/wouter/gopatterns go 1.22.0 toolchain go1.22.2 require ( github.com/stretchr/testify v1.9.0 github.com/tdewolff/canvas v0.0.0-20240404204646-eb921826d23b gitlab.com/Achilleshiel/gosplines v0.0.0-20240601225309-88d1e67b1066 gopkg.in/Knetic/govaluate.v3 v3.0.0 gopkg.in/yaml.v3 v3.0.1 ) 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/davecgh/go-spew v1.1.1 // indirect github.com/go-fonts/latin-modern v0.3.2 // indirect github.com/go-latex/latex v0.0.0-20231108140139-5c1ce85aa4ea // indirect github.com/go-text/typesetting v0.0.0-20231013144250-6cc35dbfae7d // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stoewer/go-strcase v1.3.0 // indirect github.com/tdewolff/font v0.0.0-20240404204409-be214eafe484 // 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 gitlab.com/slxh/go/env v1.0.0 // indirect golang.org/x/image v0.15.0 // indirect golang.org/x/net v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect gonum.org/v1/gonum v0.15.0 // indirect gonum.org/v1/plot v0.14.0 // indirect star-tex.org/x/tex v0.4.0 // indirect )