From a38ab768d0206b0780a15b15f88d310daae25e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:23:11 +0000 Subject: [PATCH] chore(deps): bump github.com/thinkgos/http-signature-go Bumps [github.com/thinkgos/http-signature-go](https://github.com/thinkgos/http-signature-go) from 0.2.2 to 0.3.0. - [Release notes](https://github.com/thinkgos/http-signature-go/releases) - [Changelog](https://github.com/thinkgos/http-signature-go/blob/main/.goreleaser.yaml) - [Commits](https://github.com/thinkgos/http-signature-go/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: github.com/thinkgos/http-signature-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1fc3186..91acec3 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,14 @@ module github.com/things-go/gin-contrib go 1.21 +toolchain go1.22.5 require ( github.com/casbin/casbin/v2 v2.99.0 github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 github.com/things-go/limiter v0.1.5 - github.com/thinkgos/http-signature-go v0.2.2 + github.com/thinkgos/http-signature-go v0.3.0 go.uber.org/zap v1.27.0 gorm.io/gorm v1.25.12 ) diff --git a/go.sum b/go.sum index 02b74a5..7f61230 100644 --- a/go.sum +++ b/go.sum @@ -83,8 +83,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.5 h1:vCVzm0897TSWFhy2G52rU27hdhJl/lgvfiRQrek53JQ= github.com/things-go/limiter v0.1.5/go.mod h1:C7SPsXIfiPPC44k/mb0TCwZa5DzqxXcL7Zg6g5hPL5I= -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/thinkgos/http-signature-go v0.3.0 h1:0lv04ZbAQfQ7zirAHGr5gW2544+EGp2z3BwJGR2vFl8= +github.com/thinkgos/http-signature-go v0.3.0/go.mod h1:9S0ZwDja8I/GN8vLX08js+YDotBjQ3nC5KTdlluEz3U= 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=