summaryrefslogtreecommitdiff
path: root/hostnameStatus.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 13:34:02 -0600
committerJeff Carr <[email protected]>2024-01-31 13:34:02 -0600
commit7e358767eaef6d0eff3a97fe241708f38ddf9113 (patch)
tree2a77b0fc5679b38078c7a5b4049fcafc16c31e3d /hostnameStatus.go
parent9aeed44eea8e85c994d27448d0b7e11bd129a4c4 (diff)
new gui api changes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostnameStatus.go')
-rw-r--r--hostnameStatus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostnameStatus.go b/hostnameStatus.go
index 947d6db..04f75d4 100644
--- a/hostnameStatus.go
+++ b/hostnameStatus.go
@@ -14,8 +14,8 @@ import (
"strings"
"time"
- "go.wit.com/lib/gadgets"
"go.wit.com/gui"
+ "go.wit.com/lib/gadgets"
"go.wit.com/log"
)