From afe21d3c626200fa647f9597f6037535d2d8554c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 00:48:07 -0600 Subject: change to use gitpb --- controlBox.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'controlBox.go') diff --git a/controlBox.go b/controlBox.go index ce86ad9..3edacb7 100644 --- a/controlBox.go +++ b/controlBox.go @@ -3,7 +3,6 @@ package main import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" - "go.wit.com/lib/gui/repostatus" ) type controlBox struct { @@ -33,7 +32,7 @@ type controlBox struct { currentL *gadgets.OneLiner buildDate *gadgets.OneLiner tagDate *gadgets.BasicEntry - status *repostatus.RepoStatus + // status *repostatus.RepoStatus } // This initializes the control box -- cgit v1.2.3