forked from mirror/oddmu
41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
Modula-2
module src.alexschroeder.ch/oddmu
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/edwvee/exiffix v0.0.0-20240229113213-0dbb146775be
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/gabriel-vasile/mimetype v1.4.13
|
|
github.com/gen2brain/heic v0.4.9
|
|
github.com/gen2brain/webp v0.5.5
|
|
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/hexops/gotextdiff v1.0.3
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/pemistahl/lingua-go v1.4.0
|
|
github.com/sergi/go-diff v1.4.0
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/clipperhouse/stringish v0.1.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/tetratelabs/wazero v1.11.0 // indirect
|
|
golang.org/x/image v0.35.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|