@@ -10,8 +10,8 @@ import (
"strings"
"time"
- "golang.org/x/crypto/ed25519"
"github.com/slackhq/nebula/cert"
+ "golang.org/x/crypto/ed25519"
)
type caFlags struct {
@@ -9,8 +9,8 @@ import (
"testing"
- "github.com/stretchr/testify/assert"
+ "github.com/stretchr/testify/assert"
//TODO: test file permissions
@@ -6,8 +6,8 @@ import (
"os"
@@ -4,10 +4,10 @@ import (
"encoding/json"
"flag"
"fmt"
+ "github.com/slackhq/nebula/cert"
"io"
"io/ioutil"
- "github.com/slackhq/nebula/cert"
@@ -2,10 +2,10 @@ package main
import (
"bytes"
"github.com/stretchr/testify/assert"
@@ -10,9 +10,9 @@ import (
"golang.org/x/crypto/ed25519"
@@ -3,10 +3,10 @@ package main
@@ -3,11 +3,11 @@ package main
"crypto/rand"
"encoding/binary"
"errors"
"github.com/rcrowley/go-metrics"
"math"
"net"
@@ -6,12 +6,12 @@ import (
"github.com/sirupsen/logrus"
+ "github.com/slackhq/nebula/sshd"
"reflect"
"runtime/pprof"
- "github.com/slackhq/nebula/sshd"
"syscall"