9 lines
103 B
Modula-2
9 lines
103 B
Modula-2
module getvaultpw
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hashicorp/logutils v1.0.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|