diff --git a/cert/cert_test.go b/cert/cert_test.go index d94a1c04e..30e99eca1 100644 --- a/cert/cert_test.go +++ b/cert/cert_test.go @@ -1,6 +1,7 @@ package cert import ( + "crypto/ecdh" "crypto/ecdsa" "crypto/elliptic" "crypto/rand" @@ -10,8 +11,6 @@ import ( "testing" "time" - "crypto/ecdh" - "github.com/slackhq/nebula/test" "github.com/stretchr/testify/assert" "golang.org/x/crypto/curve25519"