1
0
mirror of https://github.com/fumiama/imago.git synced 2026-06-12 21:00:30 +08:00
This commit is contained in:
fumiama
2021-08-10 16:26:59 +08:00
parent 12dbb2c7bc
commit 8e0e78837e
6 changed files with 293 additions and 1 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)