gin secure middleware

This commit is contained in:
2019-07-01 10:45:45 -04:00
parent d048af968e
commit 653974ed42
10 changed files with 464 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module github.com/gin-contrib/secure
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/stretchr/testify v1.3.0
)