33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module git.entr0py.de/garionion/catie
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/bitfocus/gondi v0.0.2
|
|
github.com/go-gst/go-glib v1.4.0
|
|
github.com/go-gst/go-gst v1.4.0
|
|
github.com/goccy/go-graphviz v0.2.9
|
|
github.com/ilyakaznacheev/cleanenv v1.5.0
|
|
github.com/rs/zerolog v1.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/ebitengine/purego v0.3.2 // indirect
|
|
github.com/flopp/go-findfont v0.1.0 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-pointer v0.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tetratelabs/wazero v1.8.1 // indirect
|
|
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|