goimagehash/go.mod

19 lines
392 B
Modula-2
Raw Normal View History

2024-05-01 18:06:48 -07:00
module gitea.narnian.us/lordwelch/goimagehash
2025-01-29 16:41:39 -08:00
go 1.22.0
2025-01-29 16:41:39 -08:00
toolchain go1.22.5
2024-04-05 17:29:03 -06:00
require (
github.com/disintegration/imaging v1.6.2
2025-01-29 16:41:39 -08:00
github.com/gen2brain/avif v0.4.2
github.com/spakin/netpbm v1.3.2
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/image v0.23.0
2024-05-01 17:59:11 -07:00
)
require (
2025-01-29 16:41:39 -08:00
github.com/ebitengine/purego v0.8.2 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
2024-04-05 17:29:03 -06:00
)