diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-26 03:45:11 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-26 03:45:11 +0200 |
| commit | 3b41c3e2008498a804a03154f5b876827f1f4e7c (patch) | |
| tree | bd36b8671ad9b99fecfd353e335e1660287224c6 /go.mod | |
| parent | dab887d5b26df8ba45bf61e426736684a1d8df78 (diff) | |
Add HTML generation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,9 +3,14 @@ module go.nc0.fr/crocc go 1.20 require ( - github.com/BurntSushi/toml v0.3.1 // indirect github.com/adrg/frontmatter v0.2.0 github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a github.com/google/go-cmp v0.5.9 + github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 +) + +require ( + github.com/BurntSushi/toml v0.3.1 // indirect + golang.org/x/net v0.9.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect ) |
