From 233f7bca767aab9df55adea409e9820050631586 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 06:37:14 -0600 Subject: lots of changes to isolate exec 'git' --- goDep.parseGoSum.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'goDep.parseGoSum.go') diff --git a/goDep.parseGoSum.go b/goDep.parseGoSum.go index e275f0e..e7bd1a9 100644 --- a/goDep.parseGoSum.go +++ b/goDep.parseGoSum.go @@ -64,6 +64,7 @@ func (repo *Repo) ParseGoSum() (bool, error) { return true, nil } +/* // reads and parses the go.sum file // is identical to the one above, change that func (repo *Repo) UpdatePublished() (bool, error) { @@ -108,3 +109,4 @@ func (repo *Repo) UpdatePublished() (bool, error) { } return true, nil } +*/ -- cgit v1.2.3