diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 13:34:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 13:34:02 -0600 |
| commit | 7e358767eaef6d0eff3a97fe241708f38ddf9113 (patch) | |
| tree | 2a77b0fc5679b38078c7a5b4049fcafc16c31e3d /digStatus.go | |
| parent | 9aeed44eea8e85c994d27448d0b7e11bd129a4c4 (diff) | |
new gui api changes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digStatus.go')
| -rw-r--r-- | digStatus.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/digStatus.go b/digStatus.go index 8f9d324..15912ea 100644 --- a/digStatus.go +++ b/digStatus.go @@ -19,10 +19,10 @@ import ( "reflect" "time" - "go.wit.com/lib/gadgets" "go.wit.com/gui" - "go.wit.com/log" + "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/shell" + "go.wit.com/log" ) type digStatus struct { |
