Publish HTML quickly. https://html.house
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.
 
 
 
 

23 lines
909 B

  1. module github.com/writeas/htmlhouse
  2. go 1.13
  3. require (
  4. github.com/ChimeraCoder/anaconda v2.0.0+incompatible
  5. github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
  6. github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
  7. github.com/codegangsta/negroni v1.0.0
  8. github.com/danryan/env v0.0.0-20140706054224-bc567f4d372a
  9. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  10. github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
  11. github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
  12. github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
  13. github.com/go-sql-driver/mysql v1.6.0
  14. github.com/gorilla/mux v1.8.0
  15. github.com/joho/godotenv v1.3.0
  16. github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53
  17. github.com/writeas/impart v1.1.1
  18. github.com/writeas/nerds v1.0.0
  19. github.com/writeas/web-core v1.3.0
  20. )