summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 21:09:57 -0600
committerJeff Carr <[email protected]>2025-11-02 21:09:57 -0600
commitf1dbe15854ba41e5f4706a436a5324b0a4434122 (patch)
treeee43fe36e2a1a7e92aa4f8a5787beb2621edb923 /repo.proto
parent6475144cd37db9ece2a8df6477df820f642c9907 (diff)
work on a stats tag cache file
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index be8088c..dbc0268 100644
--- a/repo.proto
+++ b/repo.proto
@@ -5,6 +5,7 @@ package gitpb;
// stores information about git repos
// If the project is in golang, also gets the go language dependacies
+import "stat.proto";
import "gitTag.proto";
import "goDep.proto";
import "gitConfig.proto";