mirror of
https://github.com/minio/minio.git
synced 2025-12-07 16:22:33 -05:00
madmin: Migrate to provable secure channel construction (#8395)
This commit replaces the currently used channel construction for en/decrypting config data with a provable secure scheme.
This commit is contained in:
committed by
kannappanr
parent
68a519a468
commit
b7ee0bbbc9
1
go.mod
1
go.mod
@@ -60,6 +60,7 @@ require (
|
||||
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
||||
github.com/rjeczalik/notify v0.9.2
|
||||
github.com/rs/cors v1.6.0
|
||||
github.com/secure-io/sio-go v0.2.0
|
||||
github.com/shirou/gopsutil v2.18.12+incompatible
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
github.com/skyrings/skyring-common v0.0.0-20160929130248-d1c0bb1cbd5e
|
||||
|
||||
Reference in New Issue
Block a user