Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. )