1
0
Fork 0
mirror of https://github.com/Luzifer/korvike.git synced 2024-11-08 15:30:05 +00:00
korvike/functions/go.mod

9 lines
145 B
Modula-2
Raw Normal View History

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
)