|
@@ -10,9 +10,9 @@ import (
|
|
"testing"
|
|
"testing"
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
+ "github.com/slackhq/nebula/cert"
|
|
"github.com/stretchr/testify/assert"
|
|
"github.com/stretchr/testify/assert"
|
|
"golang.org/x/crypto/ed25519"
|
|
"golang.org/x/crypto/ed25519"
|
|
- "github.com/slackhq/nebula/cert"
|
|
|
|
)
|
|
)
|
|
|
|
|
|
//TODO: test file permissions
|
|
//TODO: test file permissions
|