Jan Dittberner
1f8c44689e
This commit adds CSRF protection based on the gorilla/csrf package. Node dependencies have been updated. Logging uses sirupsen/logrus for log level support now.
12 lines
282 B
Modula-2
12 lines
282 B
Modula-2
module git.dittberner.info/jan/browser_csr_generation
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gorilla/csrf v1.7.0
|
|
github.com/nicksnyder/go-i18n/v2 v2.1.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/text v0.3.4
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|