forked from mirror/oddmu
42 lines
1.4 KiB
Modula-2
42 lines
1.4 KiB
Modula-2
module alexschroeder.ch/cgit/oddmu
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.3
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/edwvee/exiffix v0.0.0-20210922235313-0f6cbda5e58f
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
|
github.com/gen2brain/heic v0.3.1
|
|
github.com/gen2brain/webp v0.5.2
|
|
github.com/gomarkdown/markdown v0.0.0-20250207164621-7a1f277a159e
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/hexops/gotextdiff v1.0.3
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/pemistahl/lingua-go v1.4.0
|
|
github.com/sergi/go-diff v1.3.1
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ebitengine/purego v0.8.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.6 // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/tetratelabs/wazero v1.8.1 // indirect
|
|
golang.org/x/image v0.15.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|