Bump dependencies

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-01-27 06:52:50 +08:00
parent 675493023d
commit 989acd6ff1
4 changed files with 101 additions and 79 deletions
+1 -1
View File
@@ -17,8 +17,8 @@ import (
"strings"
"time"
"github.com/forgoer/openssl"
"github.com/gin-gonic/gin"
"github.com/go-think/openssl"
)
type LoginResp struct {
+1 -1
View File
@@ -11,9 +11,9 @@ import (
"strconv"
"time"
"github.com/forgoer/openssl"
"github.com/gin-contrib/sessions"
"github.com/gin-gonic/gin"
"github.com/go-think/openssl"
)
type ErrMsg struct {