diff --git a/go.mod b/go.mod index ec1c22f..7f05c90 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 github.com/things-go/limiter v0.1.3 - github.com/thinkgos/http-signature-go v0.2.1 + github.com/thinkgos/http-signature-go v0.2.2 go.uber.org/zap v1.27.0 gorm.io/gorm v1.25.10 ) diff --git a/go.sum b/go.sum index 54d6e9b..ddc3fa4 100644 --- a/go.sum +++ b/go.sum @@ -81,8 +81,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/things-go/limiter v0.1.3 h1:5bi+MNZj6qWpjwqVkfB56IqMbNf5teafGod0Nz0quXc= github.com/things-go/limiter v0.1.3/go.mod h1:VDh7gKTV4fKeWA72kwAB/wVQf82vkeyeA+lBhQUgRP0= -github.com/thinkgos/http-signature-go v0.2.1 h1:IDHvtUhxy/SudW7d7GluNEWftl3wEyJKhNKjGtm2z/E= -github.com/thinkgos/http-signature-go v0.2.1/go.mod h1:1e+U6sePycPWRggpCWv5FNNzrLSlUuchDLScidMxZeY= +github.com/thinkgos/http-signature-go v0.2.2 h1:HTumq47sP2DfsjhH3hSLeoyGwJh9rck2KnnSzA5OrYo= +github.com/thinkgos/http-signature-go v0.2.2/go.mod h1:9g9/SUOfyZsFfPPO8X9E83IzOLfwqU/MwGU7Wj4Yqn0= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=