1
0
mirror of https://github.com/fumiama/imago.git synced 2026-06-20 17:40:24 +08:00

🎨 🔥 drop cgo & add remote

This commit is contained in:
fumiama
2022-01-06 15:09:11 +08:00
parent 853f6c226f
commit 0629884a7c
7 changed files with 361 additions and 168 deletions

6
go.mod
View File

@@ -4,8 +4,8 @@ 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/fumiama/go-base16384 v1.2.1
github.com/fumiama/simple-storage v0.0.0-20220106063715-c7863e9762dd
github.com/kolesa-team/go-webp v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
)