mirror of
https://github.com/fumiama/imago.git
synced 2026-06-05 16:30:27 +08:00
12 lines
287 B
Modula-2
12 lines
287 B
Modula-2
module github.com/fumiama/imago
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/corona10/goimagehash v1.0.3
|
|
github.com/fumiama/go-base16384 v1.1.0
|
|
github.com/kolesa-team/go-webp v1.0.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
|
|
)
|