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.

go.mod 129B

12345678
  1. module contact-form
  2. go 1.12
  3. require (
  4. github.com/gorilla/csrf v1.5.1 // indirect
  5. github.com/gorilla/mux v1.7.1 // indirect
  6. )