mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 15:30:05 +00:00
10 lines
256 B
Modula-2
10 lines
256 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.1.0-pre.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|