2024-05-01 18:06:48 -07:00
|
|
|
module gitea.narnian.us/lordwelch/goimagehash
|
2019-11-21 13:34:50 -08:00
|
|
|
|
2024-05-01 17:59:11 -07:00
|
|
|
go 1.21
|
2023-05-03 07:52:14 -07:00
|
|
|
|
2024-05-01 17:59:11 -07:00
|
|
|
toolchain go1.22.0
|
2024-04-05 16:29:03 -07:00
|
|
|
|
|
|
|
require (
|
2024-08-04 17:21:58 -07:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2024-05-01 17:59:11 -07:00
|
|
|
github.com/gen2brain/avif v0.3.1
|
|
|
|
github.com/spakin/netpbm v1.3.0
|
|
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
|
2024-08-04 17:21:58 -07:00
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
2024-05-01 17:59:11 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
|
|
|
github.com/tetratelabs/wazero v1.7.1 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-04-05 16:29:03 -07:00
|
|
|
)
|