File: go.mod

package info (click to toggle)
golang-github-gorilla-csrf 1.7.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 332 kB
  • sloc: javascript: 38; makefile: 30
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module github.com/gorilla/csrf

require github.com/gorilla/securecookie v1.1.2

go 1.20