1
0
mirror of https://github.com/Luzifer/korvike.git synced 2024-09-19 17:02:57 +00:00
korvike/functions/go.mod
Knut Ahlers f0c948084e
Make blackfriday markdown available
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-04-08 22:40:37 +02:00

11 lines
250 B
Modula-2

module github.com/Luzifer/korvike/functions
go 1.12
require (
github.com/hashicorp/vault/api v1.0.4
github.com/mitchellh/go-homedir v1.1.0
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)