1
0
mirror of https://github.com/fumiama/imoto.git synced 2026-06-09 12:30:46 +08:00

feat: add Authorization

This commit is contained in:
源文雨
2023-11-17 13:33:56 +09:00
parent a488786d31
commit 1679eb0809
6 changed files with 206 additions and 49 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.20
require (
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
github.com/fumiama/imgsz v0.0.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
)