mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
12 lines
243 B
Modula-2
12 lines
243 B
Modula-2
|
module github.com/libopenstorage/secrets
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/go-hclog v0.14.1
|
||
|
github.com/hashicorp/vault v1.4.2
|
||
|
github.com/hashicorp/vault/api v1.0.5-0.20200902155336-f9d5ce5a171a
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
|
||
|
)
|