mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-06 23:58:28 -04:00
AB#1943 Extract KMS package (#56)
* Extract kmsapi from coordinator * Add kmsapi cmd server
This commit is contained in:
parent
2a6b1e2277
commit
c63d7126e7
25 changed files with 539 additions and 21 deletions
6
go.mod
6
go.mod
|
@ -103,6 +103,12 @@ require (
|
|||
sigs.k8s.io/yaml v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
||||
github.com/onsi/ginkgo v1.16.5 // indirect
|
||||
github.com/onsi/gomega v1.17.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.100.2 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue