20 lines
445 B
Modula-2
20 lines
445 B
Modula-2
module github.com/corona10/goimagehash
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.0
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.13.0
|
|
github.com/gen2brain/avif v0.3.1
|
|
github.com/spakin/netpbm v1.3.0
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
|
|
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
|
|
)
|
|
|
|
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
|
|
)
|