Moving secure again, this time to github.com/gin-contrib/secure

This commit is contained in:
2022-05-07 15:56:21 +02:00
parent 3df794ecc4
commit b61d64a755
3 changed files with 13 additions and 5 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/dcarrillo/whatismyip
go 1.18
require (
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-contrib/secure v0.0.1
github.com/gin-gonic/gin v1.7.7
github.com/oschwald/maxminddb-golang v1.9.0
github.com/stretchr/testify v1.7.1