From b5166ec34cea995536384391712373f1d0d69e28 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 28 五月 2024 17:53:25 +0800 Subject: [PATCH] 修改新 face id 格式 --- go.mod | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/go.mod b/go.mod index 956fd1a..7abc737 100644 --- a/go.mod +++ b/go.mod @@ -59,6 +59,7 @@ github.com/subosito/gotenv v1.6.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.2.12 // indirect + github.com/xinsnake/go-http-digest-auth-client v0.6.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect golang.org/x/arch v0.7.0 // indirect -- Gitblit v1.8.0