aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2f9463c..fde10b2 100644
--- a/main.go
+++ b/main.go
@@ -5,6 +5,7 @@ package main
// @FIXME: Add an initial prefix to the consul key value
import (
+ "crypto/rand"
"crypto/tls"
"encoding/base64"
"encoding/json"
@@ -12,7 +13,6 @@ import (
"fmt"
"io/ioutil"
"log"
- "crypto/rand"
"os"
"os/signal"
"syscall"