mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 15:30:05 +00:00
9 lines
145 B
Modula-2
9 lines
145 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
|
||
|
)
|