You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
196 B

2 years ago
module github.com/cr3a70r/shield
go 1.17
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
)