mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-29 16:37:22 -04:00
Move attestation, atls and oid packages to internal directory
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b461c40c3a
commit
3467df6b69
70 changed files with 183 additions and 103 deletions
|
@ -5,9 +5,9 @@ import (
|
|||
"errors"
|
||||
"io"
|
||||
|
||||
"github.com/edgelesssys/constellation/coordinator/atls"
|
||||
"github.com/edgelesssys/constellation/coordinator/pubapi/pubproto"
|
||||
"github.com/edgelesssys/constellation/coordinator/state"
|
||||
"github.com/edgelesssys/constellation/internal/atls"
|
||||
kms "github.com/edgelesssys/constellation/kms/server/setup"
|
||||
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
"google.golang.org/grpc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue