summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 54ae116..567a715 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,6 @@ package main
import (
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/repolist"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/gitpb"
)
@@ -19,7 +18,7 @@ type autoType struct {
reposbox *gui.Node
reposgrid *gui.Node
reposgroup *gui.Node
- current *repolist.RepoRow
+ current *gitpb.Repo
// this is the repo we are starting in
// make sure it never changes so go.mod and go.sum are always there