Skip to content

Commit

Permalink
Merge pull request #22 from APTrust/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…gin-gonic/gin-1.9.1

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1
  • Loading branch information
diamondap authored Dec 15, 2023
2 parents f18bdda + 108bf90 commit 0a846ca
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 37 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/dcu/go-authy v1.0.1
github.com/gavv/httpexpect/v2 v2.14.0
github.com/gin-contrib/logger v0.0.2
github.com/gin-gonic/gin v1.7.7
github.com/gin-gonic/gin v1.9.1
github.com/go-pg/pg/v10 v10.9.1
github.com/go-redis/redis/v7 v7.4.1
github.com/gojektech/heimdall v5.0.2+incompatible // indirect
Expand All @@ -23,7 +23,8 @@ require (
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.1.0
golang.org/x/text v0.7.0
github.com/stretchr/testify v1.8.3
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.9.0
golang.org/x/text v0.9.0
)
Loading

0 comments on commit 0a846ca

Please sign in to comment.