mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-09 00:30:06 +00:00
13 lines
282 B
Modula-2
13 lines
282 B
Modula-2
|
module github.com/Luzifer/vault2env
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/hashicorp/vault/api v1.0.4
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/sirupsen/logrus v1.7.0
|
||
|
)
|