A simple page for all your links.
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.
 
 
 
 

16 lines
413 B

  1. module github.com/abunchtell/publicbio
  2. go 1.13
  3. require (
  4. github.com/go-sql-driver/mysql v1.5.0
  5. github.com/gorilla/mux v1.8.0
  6. github.com/gorilla/schema v1.2.0
  7. github.com/gorilla/sessions v1.2.1
  8. github.com/microcosm-cc/bluemonday v1.0.5
  9. github.com/urfave/cli/v2 v2.3.0
  10. github.com/writeas/impart v1.1.1
  11. github.com/writeas/saturday v1.7.2-0.20210208194904-b20e8379b9db
  12. github.com/writeas/web-core v1.3.0
  13. )