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.

9 lines
191 B

4 years ago
4 years ago
  1. module github.com/arnaucube/blogo
  2. go 1.12
  3. require (
  4. github.com/fatih/color v1.9.0
  5. github.com/fsnotify/fsnotify v1.5.4
  6. github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7
  7. )