From 7190028798229ba7a2bbfe549ccde2749e87edd8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Nov 2025 08:59:12 -0600 Subject: working on a newer repo.proto --- isPrimitive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isPrimitive.go') diff --git a/isPrimitive.go b/isPrimitive.go index e935cec..0fb205c 100644 --- a/isPrimitive.go +++ b/isPrimitive.go @@ -65,6 +65,6 @@ func (repo *Repo) computePrimitive() (bool, error) { } } repo.GoInfo.GoPrimitive = true - repo.GoDeps = nil + repo.GoInfo.GoDeps = nil return true, nil } -- cgit v1.2.3