summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nshd/hackers_git/db_pam.go2
-rw-r--r--src/nshd/hackers_git/hackers_parse.go2
-rw-r--r--src/nshd/hackers_git/hackers_watch.go4
-rw-r--r--src/nshd/main.go2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/nshd/hackers_git/db_pam.go b/src/nshd/hackers_git/db_pam.go
index e21ba63..2ef8d9a 100644
--- a/src/nshd/hackers_git/db_pam.go
+++ b/src/nshd/hackers_git/db_pam.go
@@ -23,8 +23,8 @@ package hackers_git
import (
"crypto/rand"
- "math/big"
p "lukeshu.com/git/go/libnslcd.git/proto"
+ "math/big"
s "syscall"
)
diff --git a/src/nshd/hackers_git/hackers_parse.go b/src/nshd/hackers_git/hackers_parse.go
index 0525c56..d5370eb 100644
--- a/src/nshd/hackers_git/hackers_parse.go
+++ b/src/nshd/hackers_git/hackers_parse.go
@@ -25,9 +25,9 @@ import (
"fmt"
yaml "gopkg.in/yaml.v2"
"io/ioutil"
+ "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"os"
"path"
- "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"strconv"
"strings"
)
diff --git a/src/nshd/hackers_git/hackers_watch.go b/src/nshd/hackers_git/hackers_watch.go
index 5bcecbc..dc5ecf4 100644
--- a/src/nshd/hackers_git/hackers_watch.go
+++ b/src/nshd/hackers_git/hackers_watch.go
@@ -23,10 +23,10 @@ package hackers_git
import (
"lukeshu.com/git/go/libgnulinux.git/inotify"
- "os"
- "path/filepath"
"lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
"lukeshu.com/git/go/libsystemd.git/sd_daemon/lsb"
+ "os"
+ "path/filepath"
)
const (
diff --git a/src/nshd/main.go b/src/nshd/main.go
index 08d2a97..6871518 100644
--- a/src/nshd/main.go
+++ b/src/nshd/main.go
@@ -23,8 +23,8 @@
package main
import (
- "nshd/hackers_git"
"lukeshu.com/git/go/libnslcd.git/systemd"
+ "nshd/hackers_git"
"os"
)