Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from things-go/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
thinkgos authored Dec 14, 2023
2 parents 0d9e5f0 + e20268b commit 4576584
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 40 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/things-go/gin-cache
go 1.15

require (
github.com/gin-gonic/gin v1.7.7
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/v8 v8.11.4
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
github.com/stretchr/testify v1.8.3
golang.org/x/sync v0.1.0
)
Loading

0 comments on commit 4576584

Please sign in to comment.