Skip to content

Commit

Permalink
chore(deps): bump github.com/thinkgos/http-signature-go
Browse files Browse the repository at this point in the history
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](thinkgos/http-signature-go@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 7b02f10 commit a38ab76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit a38ab76

Please sign in to comment.