diff --git a/v.mod b/v.mod index a68f788..4ffec4c 100644 --- a/v.mod +++ b/v.mod @@ -3,5 +3,5 @@ Module { description: 'static site generator' version: '0.0.12' license: 'MIT' - dependencies: [] + dependencies: ['markdown'] }