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 321B

123456789101112
  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. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  7. github.com/jamiealquiza/envy v1.1.0 // indirect
  8. github.com/spf13/cobra v0.0.3 // indirect
  9. github.com/spf13/pflag v1.0.3 // indirect
  10. )