1
0
mirror of https://github.com/fumiama/imago.git synced 2026-06-05 00:10:26 +08:00

update deps

This commit is contained in:
fumiama
2022-02-17 15:17:12 +08:00
parent 5699d0838c
commit a180e253aa
2 changed files with 159 additions and 33 deletions

4
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.2.1
github.com/fumiama/simple-storage v0.0.0-20220107131337-1183d78fffd5
github.com/fumiama/go-base16384 v1.3.0
github.com/fumiama/simple-storage v0.0.0-20220208144536-3ee9d046c0fe
github.com/kolesa-team/go-webp v1.0.1
github.com/sirupsen/logrus v1.8.1
)