From 96d37b5941717f9c3852429ba25420c6ccb3f997 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 01:23:51 -0600 Subject: rename this protobuf to something more specific --- repos.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repos.proto') diff --git a/repos.proto b/repos.proto index 029bad2..9e02c08 100644 --- a/repos.proto +++ b/repos.proto @@ -7,6 +7,7 @@ package gitpb; import "refs.proto"; import "godep.proto"; +import "gitTags.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp message Repo { @@ -20,6 +21,8 @@ message Repo { google.protobuf.Timestamp lastGoDep = 7; // last time go.sum was processed bool goLibrary = 8; // if this is a golang library bool goPrimitive = 9; // if this is a golang primitive + + repeated GitTag gitTags = 10; } message Repos { -- cgit v1.2.3