File: go.mod

package info (click to toggle)
golang-github-gorilla-csrf 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 184 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
module github.com/gorilla/csrf

require (
	github.com/gorilla/securecookie v1.1.1
	github.com/pkg/errors v0.8.0
)